<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear Christiano,<br>
    <br>
    please have a look at our FAQ, specifically the question <a
      moz-do-not-send="true"
      href="http://scip.zib.de/doc-6.0.0/html/FAQ.php#scipaslpsolver">Can
      I use SCIP as a pure LP solver</a>, that discusses this and also
    the limitations of SCIP for pure LPs.<br>
    <br>
    Happy solving,<br>
    Gregor<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 14.08.2018 um 18:36 schrieb
      Cristiano Arbex:<br>
    </div>
    <blockquote type="cite"
cite="mid:CADwPUk-5ORtzEtL0noriMaRDib9A87F1FeRNiZ4UeDg5AM+9ew@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <div dir="ltr">
        <div>Dear SCIP team,<br>
        </div>
        <div><br>
        </div>
        <div>How can I get the values of the dual variables when running
          SCIP  via command line? <br>
        </div>
        <div><br>
        </div>
        <div>For instance, I am on Linux Ubuntu and I run, with the
          command  <b>scip < script.txt</b>, a script.txt file
          containing:<br>
        </div>
        <div><br>
        </div>
        <div><b>read model.zpl<br>
            opt<br>
            write statistics model_stats.txt<br>
            write solution model_solution.txt<br>
            quit</b><br>
        </div>
        <div><br>
        </div>
        <div>where model.zpl is just a toy problem:</div>
        <div><br>
        </div>
        <div><b>var x1 >= 0;<br>
            var x2 >= 0;<br>
            var x3 >= 0;<br>
            var x4 >= 0;<br>
            <br>
            maximize f: 1*x1 + 1*x2;<br>
            <br>
            subto c1:    2*x1 + 1*x2 + 1*x3        == 2;<br>
            subto c2:    1*x1 + 2*x2        + 1*x4 == 2;<br>
          </b></div>
        <div><br>
        </div>
        <div>Is there a simple way to get the values of the dual
          variables of this simple example? The statistics and solution
          files don't seem to have it.</div>
        <div><br>
        </div>
        <div>Thanks a lot,</div>
        <div>Cristiano<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Scip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de">Scip@zib.de</a>
<a class="moz-txt-link-freetext" href="https://listserv.zib.de/mailman/listinfo/scip">https://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>