<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Marco,<br>
      <br>
      SOS without a convexity row got broken sometime.&nbsp; I think I have
      fixed it in trunk.<br>
      <br>
      I will look at semi-continuous.<br>
      <br>
      The main culprit was some "improvements" which did not know about
      odd sets etc.<br>
      <br>
      Will post something in a day or so.<br>
      <br>
      John Forrest<br>
      <br>
      On 27/06/14 15:50, mg wrote:<br>
    </div>
    <blockquote
cite="mid:CAOayR=bVm9BGxNTkSE0WkFxczJ0HO-YFhMKeETjQ8mmu_tcu9Q@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
      <div dir="ltr">Hi all,
        <div>I'm trying to use SOS and LotSize/SemiContinuous objects
          without success.</div>
        <div><br>
        </div>
        <div>I have created a very simple program (attached) containing
          a small problem with SOS and a small problem using LotSize
          objects... &nbsp;</div>
        <div><br>
        </div>
        <div>The SOS test problem is the following:</div>
        <div><br>
        </div>
        <div>
          <div>max &nbsp; &nbsp; &nbsp; &nbsp; 3 * x0 + 2 * x1 + 4 * x2</div>
          <div>subject to</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; x0, x1, x2 binary</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sos1(x0, x1, x2)</div>
        </div>
        <div><br>
        </div>
        <div>and solving it, I get x0 = 1, x1= 1, x2 = 1 where I
          expected just one single 1...</div>
        <div><br>
        </div>
        <div>The LotSize/SemiContinuous test problem is the following:</div>
        <div><br>
        </div>
        <div>
          <div>min &nbsp; &nbsp; &nbsp; &nbsp; 2 * x0 + 3 * x1 + x2</div>
          <div>subject to</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3 * x0 + 5 * x1 + 7 * x2 &lt;= 42</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4 * x0 + 3 * x1 + 2 * x2 &lt;= 31</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2 * x0 + 1 * x1 + 5 * x2 &lt;= 23</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; x0, x1, x2 integers [0,4]</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; x1 semi-continuous can be 0 or [3,4]</div>
        </div>
        <div><br>
        </div>
        <div><span>and solving it, I get x0 = 4, x1 = 2 where I expected
            x1 being 0,3 or 4</span><br>
        </div>
        <div><span><br>
          </span></div>
        <div>Am I doing something wrong ?</div>
        <div><br>
        </div>
        <div>Thanks in advance,</div>
        <div>Marco</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Cbc mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Cbc@list.coin-or.org">Cbc@list.coin-or.org</a>
<a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/cbc">http://list.coin-or.org/mailman/listinfo/cbc</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>