Hello, With pymprog0.2.3, you can now add time limits to simplex and integer methods (for more details, please refer to http://pymprog.sourceforge.net/solvopt.html , you might need to refresh you browser to get the new version of this document).
For example, to set a time limit, use: solveopt(tm_lim=30000) the time limit is then set to 30 seconds. Regards, Yingjie --- On Fri, 9/4/09, Alexander Schnell <[email protected]> wrote: > From: Alexander Schnell <[email protected]> > Subject: [Help-glpk] PyMathProg > To: [email protected] > Date: Friday, September 4, 2009, 3:00 PM > Hello, > > i`m using PyMathProg tu solve a MIP with the simplex method > for the LP- relaxation and the advanced branch and bound to > find the mixed integer solution and i`m very happy with it. > but is it possible to set a time limit or a mip gap to > return a solution after this gap or limit is reached? > > Thanks for your help. > ______________________________________________________ > GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT! > Jetzt freischalten unter http://movieflat.web.de > > > > > > > _______________________________________________ > Help-glpk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-glpk > _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
