<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I have got a large MIP to solve for which I would like to implement
    a hot start strategy.<br>
    <br>
    My understanding is that I should use the function
    CbcModel::setHotstartSolution(const double *solution, const int
    *priorities=NULL),<br>
    where solution assumes the same ''order'' of variables as defined
    for the model itself. I am not so sure to understand the meaning of<br>
    the pointer priorities though. The hotstart solution I intend to
    give is an actual feasible solution to the MIP.<br>
    <br>
    Am I on the right track?<br>
    <br>
    Thanks in advance for the help<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 href="aguigue@softree.com">aguigue@softree.com</a> <br>
      604-519-6222, ext. 3 <br>
      <br>
      <a href="http://www.softree.com">Softree Technical Systems Inc.</a>
      <br>
      Engineering an Easier Way <br>
      <br>
      <a href="http://http://eepurl.com/XJT-z">Softree News &amp;
        Updates</a> <br>
    </div>
  </body>
</html>