help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] Re: stopped when we found a feasable solution


From: Andrew Makhorin
Subject: [Help-glpk] Re: stopped when we found a feasable solution
Date: Fri, 23 Dec 2005 13:05:08 +0300

> 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 <address@hidden>,
not to me.

Andrew Makhorin





reply via email to

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