[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] PyMathProg
From: |
Yingjie Lan |
Subject: |
Re: [Help-glpk] PyMathProg |
Date: |
Sun, 6 Sep 2009 18:41:20 -0700 (PDT) |
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 <address@hidden> wrote:
> From: Alexander Schnell <address@hidden>
> Subject: [Help-glpk] PyMathProg
> To: address@hidden
> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-glpk
>