> I have exactly the same problem. I am using API and I do not set any time
> limit. If I add a break point after   glp_simplex(lp, NULL); I can see
> OPTIMAL SOLUTION FOUND in the command line window. However, the output file
> shows "Status: INTEGER UNDEFINED" and everything takes 0. What should I do?

You should write:

   glp_simplex(lp, NULL);
   glp_intopt(lp, NULL);




_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to