help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Status : Integer Undefined : what does it mean.


From: Andrew Makhorin
Subject: Re: [Help-glpk] Status : Integer Undefined : what does it mean.
Date: Wed, 1 Apr 2009 00:02:23 +0300

> 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);






reply via email to

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