> 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. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
