<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:΢ÈíÑźÚ
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello all,<br><br>I'm implementing an ILP problem based on SCIP, and I have a little question.<br><br>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?<br><br>e.g.  All variables: x1, x2, x3, y1, y2<br>        Constraint1: x1 + x2 + x3 = 1<br>        Constraint1: y1 + y2 =1<br>Can I use setppc for these constraints?<br><br>Best Regards,<br>He Xingqiu<br><br>                                      </div></body>
</html>