[Clp] Infinite loop

John Forrest john.forrest at fastercoin.com
Sat Sep 22 03:10:46 EDT 2012


Victor,

If you can give me enough to reproduce it should be simple to find - 
given that primal infeasibility it looks like a bug.

John Forrest

On 21/09/12 22:21, Victor Miller wrote:
> I have a number of LP problems that I'm solving with Clp.  In all of 
> them I have a fixed polytope, and given a point, x, I want to find the 
> closest (in L1) point in the polytope.  I do this by adding a bunch of 
> variables y[i] to the original variables u[i] , and setting up the 
> inequalities -x[i] <= y[i] - u[i], x[i] <= y[i] + u[i].  I set up a 
> new problem once, and then for every point x I encounter I just change 
> the lower bounds of the appropriate inequalities and then resolve.  
> For the most part this works fine, except in one problem it seems to 
> go into an infinite loop, endlessly repeating a line like
>
> Clp0029I End of values pass after 497 iteration
> clp0006I 497 Obj 7.1249e+08 Primal inf 6.20756e+276 (330) Dual inf 
> 5.25822e+17 (286) w.o. free dual inf (240)
>
> Is it somehow encountering an ill conditioned problem?  How can I 
> track this down?
>
>
> Victor
>
>
>
> _______________________________________________
> Clp mailing list
> Clp at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/clp

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/clp/attachments/20120922/fe4e3eb4/attachment.html>


More information about the Clp mailing list