<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Ivan,<br>
      <br>
      How is the model being input?&nbsp; Various formats use different
      defaults e.g. in mps format using intorg/intend a variable with no
      bound defined is 0-1.&nbsp; If I then add a PL entry for x1 then cbc
      does say unbounded.&nbsp; If I use UP 10**n then optimal integer
      solution is<br>
      <br>
      x1 = (10**n)-1<br>
      x2 = 4<br>
      x3 = -5*(10**(n-1))+5<br>
      <br>
      John Forrest<br>
      <br>
      On 21/03/13 18:40, Ivan Meireles Costa wrote:<br>
    </div>
    <blockquote
cite="mid:CANMm6r14DXRKTVf5H6x0QmXW3icxEBJrx3Da-+4x6AhUD_1Mtw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi guys,
        <div><br>
        </div>
        <div>I trying to solve a small mip:</div>
        <div><br>
        </div>
        <div>Max 2 x1 + x2 - 3 x3</div>
        <div><br>
        </div>
        <div>subject to:</div>
        <div>r1: 2 x1 + x2 &gt;= 4</div>
        <div>r2: 1 x1 + 4 x2 + 2 x3 = 5</div>
        <div>r3: 3 x2 + x3 &lt;= 7</div>
        <div><br>
        </div>
        <div>x1 -&gt; LB = 0</div>
        <div>x2 -&gt; LB = 0</div>
        <div style="">x2 -&gt; UB = 4</div>
        <div>x3 -&gt; UB = 5</div>
        <div><br>
        </div>
        <div>I know it no have a optimal solution, but the
          method&nbsp;model-&gt;secondaryStatus() returns 1 (1 linear
          relaxation not feasible (or worse than cutoff) ).</div>
        <div style="">However the problem is unbounded, i expected 7 (7
          linear relaxation unbounded).</div>
        <div style=""><br>
        </div>
        <div style=""><br>
        </div>
        <div>
          <table style="border-collapse:collapse;width:465pt" border="0"
            cellpadding="0" cellspacing="0" width="619">
            <colgroup><col style="width:82pt" width="109"><col
                style="width:48pt" span="3" width="64"><col
                style="width:50pt" width="66"><col style="width:45pt"
                width="60"><col style="width:48pt" span="3" width="64"></colgroup><tbody>
              <tr style="height:12.75pt" height="17">
                <td class="" style="height:12.75pt" height="17">Att.</td>
                <td class=""><br>
                </td>
                <td class=""><br>
                </td>
                <td class=""><br>
                </td>
                <td class="">&nbsp;</td>
                <td class="">&nbsp;</td>
                <td class="">&nbsp;</td>
                <td class="">&nbsp;</td>
                <td class="">&nbsp;</td>
              </tr>
            </tbody>
          </table>
          <div><br>
          </div>
          -- <br>
          <div dir="ltr">
            <table border="0" cellpadding="2" cellspacing="2"
              width="591">
              <tbody>
                <tr>
                  <td
style="font-family:Arial,Helvetica,sans-serif;font-size:11px;color:rgb(102,102,102)"
                    rowspan="2" valign="middle" width="150">
                    <b>Ivan Meireles Costa</b><br>
                    <b>Analista de</b><b>&nbsp;otimiza&ccedil;&atilde;o</b><br>
                    &nbsp;<b>Telefone:</b> 31 3508-1323<br>
                    &nbsp;<b>Celular:</b> 31 9869-6987<br>
                  </td>
                  <td rowspan="2" width="19"><img moz-do-not-send="true"
src="http://www.gapso.com.br/wp-content/uploads/2011/03/pontilhado.jpg"
                      height="150" border="0" width="19"></td>
                  <td height="57" width="372"><img
                      moz-do-not-send="true"
src="http://www.gapso.com.br/wp-content/uploads/2011/03/logo_gapso_sig.jpg"
                      height="57" width="372"></td>
                </tr>
                <tr>
                  <td
style="font-family:Arial,Helvetica,sans-serif;font-size:9px;color:rgb(102,102,102)"
                    valign="top" width="372"> A Gapso &eacute; a escolha das
                    empresas que buscam se diferenciar pela gest&atilde;o da
                    complexidade.<br>
                    Desenvolvemos sistemas anal&iacute;ticos de planejamento,
                    que auxiliam a definir estrat&eacute;gias,<br>
                    planejar opera&ccedil;&otilde;es, reduzir riscos e lidar melhor
                    com as incertezas do futuro. <br>
                    <a moz-do-not-send="true"
                      href="http://www.gapso.com.br/" target="_blank">www.gapso.com.br</a></td>
                </tr>
              </tbody>
            </table>
          </div>
        </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>