[Cbc] pb with matrix of constraints

John J Forrest jjforre at us.ibm.com
Tue Apr 28 10:44:48 EDT 2009


You will be passing a problem to the underlying solver, presumably OsiClp.
How are you doing that - if with loadProblem it seems odd that the first
row of matrix should appear in objective array?

John Forrest



                                                                                                                 
  From:       ycollet at freesurf.fr                                                                                
                                                                                                                 
  To:         cbc at list.coin-or.org                                                                               
                                                                                                                 
  Date:       04/28/2009 10:19 AM                                                                                
                                                                                                                 
  Subject:    [Cbc] pb with matrix of constraints                                                                
                                                                                                                 





Hello,

I am using the CBC library in a C++ program.
I have a problem with a matrix of constraints.
Cbc think the first line corresponds to the objective function. I don't
wan't such a behavior (I ship the vector of objective function coeff and
the matrix of constraints separately). Is there any options which allows
CBC not to consider the first line of the constraints as the objective
function ?

YC

_______________________________________________
Cbc mailing list
Cbc at list.coin-or.org
http://list.coin-or.org/mailman/listinfo/cbc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/cbc/attachments/20090428/586667c3/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
Url : http://list.coin-or.org/pipermail/cbc/attachments/20090428/586667c3/attachment.gif 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ecblank.gif
Type: image/gif
Size: 45 bytes
Desc: not available
Url : http://list.coin-or.org/pipermail/cbc/attachments/20090428/586667c3/attachment-0001.gif 


More information about the Cbc mailing list