<div>Hi,</div>
<div> </div>
<div>  I am testing out a small problem with known solution by modifying build.cpp in the OSI example directory. My modified problem has a couple of equality constraints of the form </div>
<div> </div>
<div>xi-xj=L</div>
<div> </div>
<div>which I implemented using the pair </div>
<div> </div>
<div>xi-xj &lt;= L and -xi+xj &lt;= -L</div>
<div> </div>
<div>Somehow, the program keeps telling me that optimized solution cannot be found. I reduced the number of equality constraints to one and it worked fine. </div>
<div> </div>
<div>Is there an example on how to set equality constraints? </div>
<div> </div>
<div>Anything else I should do besides checking code?</div>
<div> </div>
<div>Paul</div>
<div> </div>
<div> </div>
<div> </div>