<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear Mahdi,<br>
    <br>
    we appreciate that your colleague put together this guide. Still, I
    would like to encourage the use of the command line, because it is
    much less error prone and easier to reproduce.<br>
    <br>
    1. install the SCIPOptSuite package (preferably also extending your
    PATH)<br>
    2. download the source package to get the examples<br>
    3. open the command line (Win key and enter `cmd`)<br>
    4. cd to one of the example directories<br>
    5. configure the build: `cmake -Bbuild -H. -G"Visual Studio 15 2017
    Win64"`<br>
    6. compile the code: `cmake --build build --config Release`<br>
    <br>
    The executable will then be in `build/Release`. It might be
    necessary to specify the `SCIP_DIR `in step 5 like this:
    `-DSCIP_DIR="C:\Program Files\SCIPOptSuite 6.0.1"`, for me it also
    worked without it. Depending on your Visual Studio version and
    whether you used the x86 or x64 installer you may need to specify
    the generator in step 5 differently.<br>
    <br>
    Eventually, you will end up with the exact same executable as in
    your manual. I just think that working with the command line is
    especially nice when you want to run SCIP afterwards, because you
    don't have to change any runtime parameters in Visual Studio.<br>
    <br>
    As a final suggestion: There are very capable and pretty command
    line tools for Windows that can replace the default one. I can
    recommend Cmder: <a class="moz-txt-link-freetext" href="https://cmder.net/">https://cmder.net/</a><br>
    <br>
    Cheers<br>
    Matthias<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 08-Apr-19 13:43, mahdi noorizadegan
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAH4sNwpk4L62sQ0_maRYdKdLzUimug6HU65+jjJ441-pNWrJjg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div class="gmail_default"
          style="font-family:georgia,serif;color:#20124d">Hello,</div>
        <div class="gmail_default"
          style="font-family:georgia,serif;color:#20124d"><br>
        </div>
        <div class="gmail_default"
          style="font-family:georgia,serif;color:#20124d">One of my
          colleagues has prepared a document for installing and running
          SCIP on MS Windows.</div>
        <div class="gmail_default"
          style="font-family:georgia,serif;color:#20124d">As I could not
          find such a manual and there were some other people who had <br>
        </div>
        <div class="gmail_default"
          style="font-family:georgia,serif;color:#20124d">difficulties
          to use SCIP on Windows, I am sending it along in case some one
          needs such a manual.</div>
        <div class="gmail_default"
          style="font-family:georgia,serif;color:#20124d"><br>
        </div>
        <div class="gmail_default"
          style="font-family:georgia,serif;color:#20124d">I hope it is
          useful.<br>
        </div>
        <div class="gmail_default"
          style="font-family:georgia,serif;color:#20124d"><br>
        </div>
        <div class="gmail_default"
          style="font-family:georgia,serif;color:#20124d">Cheers,</div>
        <div class="gmail_default"
          style="font-family:georgia,serif;color:#20124d">Mahdi<br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Sat, 2 Feb 2019 at 15:09,
          Gregor Hendel <<a href="mailto:hendel@zib.de"
            moz-do-not-send="true">hendel@zib.de</a>> wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey
          Mahdi,<br>
          <br>
          the installers don't include the examples, you have to
          download the <br>
          source code for this. (which is why it says "Source code
          (including <br>
          applications and examples)" on our download page).<br>
          <br>
          The branch and price examples have their own CMakeLists.txt
          and can <br>
          hence be treated as encapsulated projects.<br>
          If you have a working SCIP installation, it shouldn't be
          difficult to <br>
          build and run an example on your own.<br>
          Our documentation page <br>
          <a
            href="https://scip.zib.de/doc-6.0.1/html/START.php#START_CHOICE"
            rel="noreferrer" target="_blank" moz-do-not-send="true">https://scip.zib.de/doc-6.0.1/html/START.php#START_CHOICE</a>
          helps you to <br>
          set up a project.<br>
          <br>
          The answer is therefore: Yes, it is possible.<br>
          <br>
          Have a nice weekend,<br>
          Gregor<br>
          <br>
          Am 02.02.19 um 10:33 schrieb Mahdi Noorizadegan:<br>
          > Hey<br>
          ><br>
          > I have been using SCIP on Mac.<br>
          > I have to use it on Windows now.<br>
          > I installed the installation file for Windows. But I
          cannot see the examples.<br>
          > I want to run branch-and-price algorithm in windows.<br>
          > Is it possible?<br>
          ><br>
          > Looking forward to hearing from you soon.<br>
          > Regards,<br>
          > Mahdi<br>
          > _______________________________________________<br>
          > Scip mailing list<br>
          > <a href="mailto:Scip@zib.de" target="_blank"
            moz-do-not-send="true">Scip@zib.de</a><br>
          > <a href="https://listserv.zib.de/mailman/listinfo/scip"
            rel="noreferrer" target="_blank" moz-do-not-send="true">https://listserv.zib.de/mailman/listinfo/scip</a><br>
          <br>
          _______________________________________________<br>
          Scip mailing list<br>
          <a href="mailto:Scip@zib.de" target="_blank"
            moz-do-not-send="true">Scip@zib.de</a><br>
          <a href="https://listserv.zib.de/mailman/listinfo/scip"
            rel="noreferrer" target="_blank" moz-do-not-send="true">https://listserv.zib.de/mailman/listinfo/scip</a><br>
        </blockquote>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-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>
    <pre class="moz-signature" cols="72">-- 
\__________________

Matthias Miltenberger
Zuse Institute Berlin
Takustr. 7, 14195 Berlin
<a class="moz-txt-link-abbreviated" href="http://www.zib.de/miltenberger">www.zib.de/miltenberger</a>
<a class="moz-txt-link-abbreviated" href="mailto:miltenberger@zib.de">miltenberger@zib.de</a>
+49 (30) 841 85 245 </pre>
  </body>
</html>