> i have a MIP model. I want stopped the solver when the feasable solution is
> found because the program make a lot of time. I don't want the optimal 
> solution just a feasable one. How must i doing ? I want have the 
> intermediate solution when the actual status is feasable solution.

You can limit the solution time; for example:

   glpsol ... --tmlim 600 ...

limits the solution time to 600 secs = 10 mins.

PS: Please send your questions about glpk to <help-glpk@gnu.org>,
not to me.

Andrew Makhorin



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to