> I am using MathProg and glpsol to solve a MIP. Is it possible to > get a > status flag in the MathProg languange after the solve command > has been > issued? I would like to catch whether or not the problem was > solved to > optimum, or if it was found to be (integer) infeasible, before > printing the > solution.
Yes, it is possible. Consult the glpsol source code enclosed between #if-#endif, which is dated 01/VIII-2004, in the main() routine (there are two insertions there). _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
