help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Fwd: glpk, reduced prices at each step


From: Andrew Makhorin
Subject: Re: [Help-glpk] Fwd: glpk, reduced prices at each step
Date: Wed, 8 Apr 2009 23:59:28 +0300

> I am hopping to get the reduced costs and basis at each step of the
> simplex routine rather than just the end step.  Is there away to have the
> problem object under go only a single step in the simplex routine at a
> time?

Yes. You should limit the number of iterations to one iteration by
setting smcp.it_lim to 1. In this case one call to glp_simplex will
perform one iteration, i.e. a single step.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]