<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">Alex,<br>
      <br>
      Very bold of you.<br>
      <br>
      Actually SLP is fairly rugged (if not very fast).&nbsp; At present it
      only works with a quadratic objective.&nbsp; Try it on a quadratic
      problem in mps format to see what happens.&nbsp; Safer to try without
      presolve at first.<br>
      <br>
      clp quad.mps -presolve off -slp 100 -primals<br>
      <br>
      As it is quadratic it will go into quadratic simplex at end (and
      do nothing), but you will get the idea.<br>
      <br>
      To extend to other nonlinear you would need to make a new
      ClpObjective class which would have same functionality as
      ClpQuadraticObjective.<br>
      <br>
      If anybody has ideas how to do this elegantly, I will be happy to
      help.<br>
      <br>
      John Forrest<br>
      On 20/03/13 06:42, <a class="moz-txt-link-abbreviated" href="mailto:alexdowson98@gmail.com">alexdowson98@gmail.com</a> wrote:<br>
    </div>
    <blockquote cite="mid:01C71893CD4E482AA98EEFE13AC214E0@NareshPC"
      type="cite">
      <div dir="ltr">
        <div style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE:
          12pt">
          <div>Hi</div>
          <div>&nbsp;</div>
          <div>How can I use ClpSimplexNonlinear for solving non-linear
            problem with SLP method ?</div>
          <div>&nbsp;</div>
          <div>Is there any example or anyone has tested it ?</div>
          <div>&nbsp;</div>
          <div>Alex</div>
          <div>&nbsp;</div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Clp mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Clp@list.coin-or.org">Clp@list.coin-or.org</a>
<a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/clp">http://list.coin-or.org/mailman/listinfo/clp</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>