<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">Hmm. i am solving the milp problem via
      initialSolve() and branchAndBound()....<br>
      So i can not use this command...<br>
      I mean that i load problem with solver.loadproblem() and then call
      initialSolve and branchAndBound.<br>
      <br>
      By the way, what is the difference between this operation and <br>
      CbcModel model(solver1);<br>
      model.initialSolve()<br>
      model.branchAndBound()&nbsp;&nbsp;&nbsp; ?<br>
      <br>
      I am asking because if i choose the 2nd method can not solve the
      problem after B&amp;B is called...<br>
      Thank you!<br>
      <br>
      On 24/9/2012 18:12, <a class="moz-txt-link-abbreviated" href="mailto:acw@ascent.com">acw@ascent.com</a> wrote:<br>
    </div>
    <blockquote
cite="mid:OF05135BC6.CDF76C6F-ON85257A83.00535BC3-85257A83.005383CA@ascent.com"
      type="cite"><font face="sans-serif" size="2">CbcModel.setMaximumSeconds(seconds),
        before
        solve.</font>
      <br>
      <br>
      <br>
      <table width="100%">
        <tbody>
          <tr valign="top">
            <td><font color="#5f5f5f" face="sans-serif" size="1">From:</font>
            </td>
            <td><font face="sans-serif" size="1">Christos
                <a class="moz-txt-link-rfc2396E" href="mailto:chtsolak@gmail.com">&lt;chtsolak@gmail.com&gt;</a></font>
            </td>
          </tr>
          <tr valign="top">
            <td><font color="#5f5f5f" face="sans-serif" size="1">To:</font>
            </td>
            <td><font face="sans-serif" size="1"><a class="moz-txt-link-rfc2396E" href="mailto:cbc@list.coin-or.org">"cbc@list.coin-or.org"</a>
                <a class="moz-txt-link-rfc2396E" href="mailto:cbc@list.coin-or.org">&lt;cbc@list.coin-or.org&gt;</a></font>
            </td>
          </tr>
          <tr valign="top">
            <td><font color="#5f5f5f" face="sans-serif" size="1">Date:</font>
            </td>
            <td><font face="sans-serif" size="1">09/23/2012 11:44 AM</font>
            </td>
          </tr>
          <tr valign="top">
            <td><font color="#5f5f5f" face="sans-serif" size="1">Subject:</font>
            </td>
            <td><font face="sans-serif" size="1">[Cbc] Fwd: Unexpected
                shut down</font></td>
          </tr>
        </tbody>
      </table>
      <br>
      <hr noshade="noshade">
      <br>
      <br>
      <br>
      <font size="3">I found it. After branch &amp; bound reaches 3600
        sec
        it exits. Is there any way to increase this limit?<br>
        <br>
        Thank you.</font>
      <br>
      <font size="3"><br>
        <br>
        -------- Original Message -------- </font>
      <table>
        <tbody>
          <tr>
            <td valign="top">
              <div align="right"><font size="3"><b>Subject: </b></font></div>
            </td>
            <td><font size="3">Unexpected shut down</font>
            </td>
          </tr>
          <tr>
            <td valign="top">
              <div align="right"><font size="3"><b>Date: </b></font></div>
            </td>
            <td><font size="3">Sun, 23 Sep 2012 01:31:38 +0300</font>
            </td>
          </tr>
          <tr>
            <td valign="top">
              <div align="right"><font size="3"><b>From: </b></font></div>
            </td>
            <td><font size="3">Christos </font><a
                moz-do-not-send="true" href="mailto:chtsolak@gmail.com"><font
                  color="blue" size="3"><u>&lt;chtsolak@gmail.com&gt;</u></font></a>
            </td>
          </tr>
          <tr>
            <td valign="top">
              <div align="right"><font size="3"><b>To: </b></font></div>
            </td>
            <td><a moz-do-not-send="true"
                href="mailto:cbc@list.coin-or.org"><font color="blue"
                  size="3"><u>cbc@list.coin-or.org</u></font></a><font
                size="3">
              </font><a moz-do-not-send="true"
                href="mailto:cbc@list.coin-or.org"><font color="blue"
                  size="3"><u>&lt;cbc@list.coin-or.org&gt;</u></font></a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <font size="3"><br>
      </font>
      <br>
      <tt><font size="3">Hi,<br>
          <br>
          I am trying to solve a problem 46614 columns,12540 integers,
          42210 rows
          <br>
          and 125370 nonzero elements.<br>
          <br>
          After calling initialSolve and 4152 iterations founds
          objective close to
          <br>
          the desirable within seconds.<br>
          <br>
          After calling branch &amp; bound is trying to find solution ,
          and in around
          <br>
          an hour its simply the program is terminated.<br>
          <br>
          Do you have any ideas?<br>
        </font></tt>
      <br>
      <font size="3"><br>
      </font>
      <br>
      <tt><font size="2">_______________________________________________<br>
          Cbc mailing list<br>
          <a class="moz-txt-link-abbreviated" href="mailto:Cbc@list.coin-or.org">Cbc@list.coin-or.org</a><br>
        </font></tt><a moz-do-not-send="true"
        href="http://list.coin-or.org/mailman/listinfo/cbc"><tt><font
            size="2">http://list.coin-or.org/mailman/listinfo/cbc</font></tt></a><tt><font
          size="2"><br>
        </font></tt>
      <br>
    </blockquote>
    <br>
  </body>
</html>