Dear Mr./Mrs.<br><br>I met problems on reporting multiple solutions with SYMPHONY.<br>I had a binary integer programming problem.<br>The variables are all binary.<br>The problem is a decision making problem.<br>However, there are multiple solutions.<br>

<br>For example:<br>  Maximize <br>  obj: wheat + barley<br>  Subject To<br>  c1: +2 wheat +3 barley &lt;= 4<br>  c2: +3 wheat +3 barley &lt;=  4<br>  c3: +wheat +barley &lt;=  2<br>  BINARY <br>  wheat barley<br>  End<br>

The answers (wheat, barley) I expect are (1, 0) and (0, 1)<br>but SYMPHONY only report (1, 0)<br><br>What should I do to make the program report multiple solutions on command line or with callable C++ library?<br>I&#39;ll be appreciate for your answering.<br>
<br>                                                                             Ben<br>