On Wed, 6 Jul 2011, Andrew Makhorin wrote:
Note that the very first row of N type is also used as the objective function row (i.e. its coefficients are duplicated and stored separately), so you can remove that row from the problem object with glp_del_rows to restore the numbering, which you expect.
That I hadn't known. I'd thought that the objective row was just marked by an index. -- Michael [email protected] "Pessimist: The glass is half empty. Optimist: The glass is half full. Engineer: The glass is twice as big as it needs to be." _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
