[Scip] A little question about setppc constraint handler

贺行遒 hexqiu at hotmail.com
Fri May 8 13:38:02 CEST 2015


Hello all,

I'm implementing an ILP problem based on SCIP, and I have a little question.

The documentation of setppc constraint handler says it deals with constraints in the form of 1^T x {<=>} 1. Can I use setppc when only part of my variables appear in the constraint?

e.g.  All variables: x1, x2, x3, y1, y2
        Constraint1: x1 + x2 + x3 = 1
        Constraint1: y1 + y2 =1
Can I use setppc for these constraints?

Best Regards,
He Xingqiu

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20150508/8353c4a8/attachment.html>


More information about the Scip mailing list