[Clp] CLP bug?
    Mustafa Kilinc 
    mrkilinc at gmail.com
       
    Wed Jun 18 10:44:38 EDT 2008
    
    
  
I am trying to solve the following model with osiclp;
    Objective in sparse format:
      [    1 ,         -1]  [    2 ,          0]
    Constraints in sparse format:
      row     1:          1 <=    [    1 ,          0]   [    2 ,
0] <=          1
    Simple bounds (lower, upper):
      var     1: (       -10 ,         10)
      var     2: (       -10 ,         10)
When I call si->initialSolve(); it prints out:
Clp0024I Matrix will be packed to eliminate 2 small elements
Coin0507I Presolve determined that the problem was infeasible with tolerance
of 1e-08
Clp3003W Analysis indicates model infeasible or unbounded
Clp0000I Optimal - objective value -10
Clp0032I Optimal objective -10 - 0 iterations time 0.002
And si->isProvenOptimal() returns true.
Presolve determines the problem is infeasible but Clp says it is optimal.
Mustafa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/clp/attachments/20080618/85d77aba/attachment.html>
    
    
More information about the Clp
mailing list