<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Alexis,<br>
      <br>
      Hot start can have several meanings.<br>
      <br>
      The mipstart I mentioned (due to Haroldo Gambini Santos) passes
      the solution in to use in heuristics etc.<br>
      <br>
      Earlier ideas on hot starts (going back &gt; 25 years) try to get
      cbc to branch towards a known solution - the idea being that the
      original solution might have been found at depth 50 in the Branch
      and Bound tree, but could be reached at depth 10, which would
      improve the shape of the search.  That is the hot start in the
      example.  Mipstart is used frequently, while the original idea is
      not - so bugs may have crept in.<br>
      <br>
      So try mipstart (from one of the drivers which call the "stand
      alone" cbc).  If you think the original idea would help, then I
      would need to see an example.<br>
      <br>
      John Forrest<br>
      On 12/05/15 18:09, Alexis wrote:<br>
    </div>
    <blockquote cite="mid:555233E6.8030501@softree.com" type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=windows-1252">
      <div class="moz-cite-prefix">Thanks John.<br>
        <br>
        I am actually using the API. I found this example<br>
        <br>
        <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="https://projects.coin-or.org/Cbc/browser/trunk/Cbc/examples/hotstart.cpp">https://projects.coin-or.org/Cbc/browser/trunk/Cbc/examples/hotstart.cpp</a><br>
        <br>
        I will try it. Is the example you were referring to?<br>
        <br>
        On 2015-05-12 10:00 AM, <a moz-do-not-send="true"
          class="moz-txt-link-abbreviated"
          href="mailto:cbc-request@list.coin-or.org">cbc-request@list.coin-or.org</a>
        wrote:<br>
      </div>
      <blockquote
        cite="mid:mailman.1.1431446401.13644.cbc@list.coin-or.org"
        type="cite">
        <pre wrap="">Send Cbc mailing list submissions to
        <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:cbc@list.coin-or.org">cbc@list.coin-or.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/cbc">http://list.coin-or.org/mailman/listinfo/cbc</a>
or, via email, send a message with subject or body 'help' to
        <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:cbc-request@list.coin-or.org">cbc-request@list.coin-or.org</a>

You can reach the person managing the list at
        <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:cbc-owner@list.coin-or.org">cbc-owner@list.coin-or.org</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Cbc digest..."


Today's Topics:

   1. Hot Start for MIP (Alexis)
   2. Re: Hot Start for MIP (John Forrest)


----------------------------------------------------------------------

Message: 1
Date: Mon, 11 May 2015 11:07:35 -0600
From: Alexis <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:aguigue@softree.com">&lt;aguigue@softree.com&gt;</a>
To: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:cbc@list.coin-or.org">cbc@list.coin-or.org</a>
Subject: [Cbc] Hot Start for MIP
Message-ID: <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:5550E1D7.8030902@softree.com">&lt;5550E1D7.8030902@softree.com&gt;</a>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

I have got a large MIP to solve for which I would like to implement a 
hot start strategy.

My understanding is that I should use the function 
CbcModel::setHotstartSolution(const double *solution, const int 
*priorities=NULL),
where solution assumes the same ''order'' of variables as defined for 
the model itself. I am not so sure to understand the meaning of
the pointer priorities though. The hotstart solution I intend to give is 
an actual feasible solution to the MIP.

Am I on the right track?

Thanks in advance for the help

</pre>
      </blockquote>
      <br>
      <br>
      <div class="moz-signature">-- <br>
        Alexis Guigue, E.I.T., B.Eng., M.A.Sc., Ph.D. <br>
        Software Engineer/Research Engineer <br>
        <a moz-do-not-send="true">aguigue@softree.com</a> <br>
        604-519-6222, ext. 3 <br>
        <br>
        <a moz-do-not-send="true" href="http://www.softree.com">Softree
          Technical Systems Inc.</a> <br>
        Engineering an Easier Way <br>
        <br>
        <a moz-do-not-send="true" href="http://http://eepurl.com/XJT-z">Softree
          News &amp; Updates</a> <br>
      </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>