bug-glpk
[Top][All Lists]
Advanced

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

Re: [Bug-glpk] time limit odd case


From: Andrew Makhorin
Subject: Re: [Bug-glpk] time limit odd case
Date: Sat, 28 Oct 2006 02:12:52 +0400

Brady,

Thank you for the bug report.

> My student and I noticed some incorrect behavior (in our opinion) for
> the time limit parameter.  When solving a MILP, the time limit is only 
> checked while solving the root LP relaxation and then before solving 
> each node in the b&b tree.
> 
> We came across an odd case where one of the nodes takes a long time to 
> solve (maybe it's even a numerical issue).  At any rate, the time limit 
> does not work correctly, because it isn't checked until after the node 
> is solved.

That check is used because the time to solve a node subproblem is
assumed to be much less than the time to solve the entire problem.
The time limit is just an estimation, so probably there is no need
to trace it exactly.

Andrew Makhorin





reply via email to

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