<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <tt>Dear Sam,<br>
      <br>
      there is a bug in GCGs cmake build files. Since, at the moment,
      GCG does not compile under Windows, I suggest to disable it by
      adding "-DGCG=off" when invoking cmake.<br>
      <br>
      Best regards,<br>
      Matthias<br>
    </tt><br>
    <div class="moz-cite-prefix">On 25.02.19 19:55, Sam Ganzfried wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAJb5iKzPF3JTbFFUB7ySCdkqr8v0nWvG+r+pyxbmGxVtw6ZU6Q@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>Here is current error when I execute the "cmake .." command
          as stated.<br>
        </div>
        <div dir="ltr"><br>
        </div>
        <div dir="ltr">C:\SCIP\scipoptsuite-6.0.1\build>cmake ..<br>
          -- The C compiler identification is MSVC 19.16.27027.1<br>
          -- The CXX compiler identification is MSVC 19.16.27027.1<br>
          -- Check for working C compiler: C:/Program Files
          (x86)/Microsoft Visual
          Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe<br>
          -- Check for working C compiler: C:/Program Files
          (x86)/Microsoft Visual
          Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe
          -- works<br>
          -- Detecting C compiler ABI info<br>
          -- Detecting C compiler ABI info - done<br>
          -- Detecting C compile features<br>
          -- Detecting C compile features - done<br>
          -- Check for working CXX compiler: C:/Program Files
          (x86)/Microsoft Visual
          Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe<br>
          -- Check for working CXX compiler: C:/Program Files
          (x86)/Microsoft Visual
          Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe
          -- works<br>
          -- Detecting CXX compiler ABI info<br>
          -- Detecting CXX compiler ABI info - done<br>
          -- Detecting CXX compile features<br>
          -- Detecting CXX compile features - done<br>
          -- Could NOT find BISON (missing: BISON_EXECUTABLE)<br>
          -- Could NOT find FLEX (missing: FLEX_EXECUTABLE)<br>
          -- Could NOT find GMP (missing: GMP_INCLUDE_DIRS
          GMP_LIBRARIES)<br>
          -- Could NOT find ZLIB (missing: ZLIB_LIBRARY
          ZLIB_INCLUDE_DIR)<br>
          -- Could NOT find GMP (missing: GMP_INCLUDE_DIRS
          GMP_LIBRARIES)<br>
          -- Build shared libraries: ON<br>
          -- Build type: Release<br>
          -- Could NOT find ZLIB (missing: ZLIB_LIBRARY
          ZLIB_INCLUDE_DIR)<br>
          -- Could NOT find Readline (missing: Readline_INCLUDE_DIR
          Readline_LIBRARY)<br>
          -- Could NOT find GMP (missing: GMP_INCLUDE_DIRS
          GMP_LIBRARIES)<br>
          -- Could NOT find BLISS (missing: BLISS_INCLUDE_DIR
          BLISS_INCLUDE_DIRS BLISS_LIBRARIES BLISS_DEFINITIONS)<br>
          -- Could NOT find ZIMPL (missing: ZIMPL_DIR)<br>
          -- Could NOT find IPOPT (missing: IPOPT_LIBRARIES) (Required
          is at least version "3.12.0")<br>
          -- Looking for FE_DOWNWARD<br>
          -- Looking for FE_DOWNWARD - found<br>
          -- Could NOT find CRITERION (missing: CRITERION_LIBRARY
          CRITERION_INCLUDE_DIR)<br>
          -- Could NOT find CRITERION (missing: CRITERION_LIBRARY
          CRITERION_INCLUDE_DIR)<br>
          -- Build shared libraries: ON<br>
          -- Build type: Release<br>
          -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)<br>
          -- Could NOT find GSL: Found unsuitable version "", but
          required is at least "2.0" (found GSL_INCLUDE_DIR-NOTFOUND)<br>
          -- Could NOT find GMP (missing: GMP_INCLUDE_DIRS
          GMP_LIBRARIES)<br>
          -- Could NOT find CLIQUER (missing: CLIQUER_INCLUDE_DIRS
          CLIQUER_LIBRARIES)<br>
          CMake Error at C:/Program
Files/CMake/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137
          (message):<br>
            Could NOT find GMP (missing: GMP_INCLUDE_DIRS GMP_LIBRARIES)<br>
          Call Stack (most recent call first):<br>
            C:/Program
Files/CMake/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:378
          (_FPHSA_FAILURE_MESSAGE)<br>
            gcg/cmake/Modules/FindGMP.cmake:38
          (find_package_handle_standard_args)<br>
            gcg/CMakeLists.txt:174 (find_package)<br>
          <br>
          <br>
          -- Configuring incomplete, errors occurred!<br>
          See also
          "C:/SCIP/scipoptsuite-6.0.1/build/CMakeFiles/CMakeOutput.log".<br>
          See also
          "C:/SCIP/scipoptsuite-6.0.1/build/CMakeFiles/CMakeError.log".<br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Sun, Feb 24, 2019 at 10:15
          AM Sam Ganzfried <<a href="mailto:sam.ganzfried@gmail.com"
            moz-do-not-send="true">sam.ganzfried@gmail.com</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">
          <div dir="ltr">
            <div dir="ltr">
              <div dir="ltr">
                <div dir="ltr">
                  <div dir="ltr">
                    <div>Thank you, I am trying to follow the
                      instructions.</div>
                    <div><br>
                    </div>
                    <div>I have downloaded gmake, but when I run the
                      following from the optimization suite directory</div>
                    <div><br>
                    </div>
                    <div>C:\SCIP\scipoptsuite-6.0.1\build>set
                      PATH="C:\SCIP\cmake-3.14.0-rc2\bin\";%PATH%</div>
                    <div>C:\SCIP\scipoptsuite-6.0.1\build>cmake ..<br>
                    </div>
                    <div><br>
                    </div>
                    <div>I still get error:
                      C:\SCIP\scipoptsuite-6.0.1\build>cmake ..<br>
                    </div>
                    <div>'cmake' is not recognized as an internal or
                      external command,<br>
                      operable program or batch file.</div>
                    <div><br>
                    </div>
                    <div>Do you have more specific instructions for
                      setting up the C and cmake installers in windows?</div>
                    <div><br>
                    </div>
                    <div>Also, ultimately I would like to use eclipse in
                      Windows to run my programs.</div>
                    <div><br>
                    </div>
                    <div>Thank you,</div>
                    <div>Sam<br>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <br>
          <div class="gmail_quote">
            <div dir="ltr" class="gmail_attr">On Sun, Feb 24, 2019 at
              3:38 AM Gerald Gamrath <<a href="mailto:gamrath@zib.de"
                target="_blank" moz-do-not-send="true">gamrath@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">
              <div bgcolor="#FFFFFF"> Dear Sam,<br>
                <br>
                you need to compile the Java interface first before you
                can run the example. Please have a look at the install
                instructions, there is also a section about windows
                further down: <a
class="gmail-m_3678057953269258622gmail-m_1218945312216807504moz-txt-link-freetext"
href="https://github.com/SCIP-Interfaces/JSCIPOpt/blob/master/INSTALL.md"
                  target="_blank" moz-do-not-send="true">https://github.com/SCIP-Interfaces/JSCIPOpt/blob/master/INSTALL.md</a><br>
                <br>
                Best,<br>
                Gerald<br>
                <br>
                <div
class="gmail-m_3678057953269258622gmail-m_1218945312216807504moz-cite-prefix">On
                  24.02.19 03:48, Sam Ganzfried wrote:<br>
                </div>
                <blockquote type="cite">
                  <div dir="ltr">
                    <div dir="ltr">
                      <div>I fixed several issues, but now getting this
                        issue for Linear.java example with Windows
                        eclipse:</div>
                      <div><br>
                      </div>
                      <div>Exception in thread "main"
                        java.lang.UnsatisfiedLinkError: no jscip in
                        java.library.path<br>
                            at
                        java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)<br>
                            at
                        java.lang.Runtime.loadLibrary0(Runtime.java:870)<br>
                            at
                        java.lang.System.loadLibrary(System.java:1122)<br>
                            at jscip.Linear.main(Linear.java:12)<br>
                        <br>
                      </div>
                    </div>
                  </div>
                  <br>
                  <div class="gmail_quote">
                    <div dir="ltr" class="gmail_attr">On Sat, Feb 23,
                      2019 at 6:18 PM Sam Ganzfried <<a
                        href="mailto:sam.ganzfried@gmail.com"
                        target="_blank" moz-do-not-send="true">sam.ganzfried@gmail.com</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">
                      <div dir="ltr">
                        <div dir="ltr">
                          <div dir="ltr">Hi, I see an example Java SCIP
                            file here <a
href="https://github.com/SCIP-Interfaces/JSCIPOpt/blob/master/examples/Linear.java"
                              target="_blank" moz-do-not-send="true">https://github.com/SCIP-Interfaces/JSCIPOpt/blob/master/examples/Linear.java</a></div>
                          <div dir="ltr"><br>
                          </div>
                          <div>I have downloaded the SCIP studio from
                            here <a
                              href="https://scip.zib.de/index.php#download"
                              target="_blank" moz-do-not-send="true">https://scip.zib.de/index.php#download</a>.</div>
                          <div><br>
                          </div>
                          <div>Is there a way to run the example java
                            file from eclipse on Windows? I am not sure
                            how to do it.</div>
                          <div><br>
                          </div>
                          <div>Thank you.<br>
                          </div>
                        </div>
                      </div>
                    </blockquote>
                  </div>
                  <br>
                  <fieldset
class="gmail-m_3678057953269258622gmail-m_1218945312216807504mimeAttachmentHeader"></fieldset>
                  <pre class="gmail-m_3678057953269258622gmail-m_1218945312216807504moz-quote-pre">_______________________________________________
Scip mailing list
<a class="gmail-m_3678057953269258622gmail-m_1218945312216807504moz-txt-link-abbreviated" href="mailto:Scip@zib.de" target="_blank" moz-do-not-send="true">Scip@zib.de</a>
<a class="gmail-m_3678057953269258622gmail-m_1218945312216807504moz-txt-link-freetext" href="https://listserv.zib.de/mailman/listinfo/scip" target="_blank" moz-do-not-send="true">https://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
                </blockquote>
                <br>
              </div>
              _______________________________________________<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>
        </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>
  </body>
</html>