First you must download scipsuit from here.
Then you must extract it with tar xvfz scipoptsuite-3.1.1.tgz command.
Do the following steps in order to install scip on 32-bit Windows using cygwin (unfortunately you cannot install scip on 64-bit Windows using cygwin):
- Install these packages: bison, flex, pcre, gcc, g++, gcc-fortran, readline (find them using the search bar in the cygwin installer)
- Copy the contents of the include folder into
cygwin/usr/include - Copy the contents of the lib folder into
cygwin/lib - Go to the zimpl folder of scipsuite and run the
makecommand - Go to the scipsuite root directory and run the
makecommand - Go to the
scip/binfolder and run./scip; everything should work and you should see a welcome message as follows:
parham@SVE14A27CXH ~/scipoptsuite-3.1.0/scip-3.1.0/bin
$ ./scip
SCIP version 3.1.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 2.0.0] [GitHash: 577ee45]
Copyright (c) 2002-2014 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
External codes:
Readline 6.1 GNU library for command line editing (gnu.org/s/readline)
SoPlex 2.0.0 Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 568f354]
cppad-20140000.1 Algorithmic Differentiation of C++ algorithms developed by B. Bell (www.coin-or.org/CppAD)
ZLIB 1.2.8 General purpose compression library by J. Gailly and M. Adler (zlib.net)
GMP 6.0.0 GNU Multiple Precision Arithmetic Library developed by T.Granlund (gmplib.org)
ZIMPL 3.3.2 Zuse Institute Mathematical Programming Language developed by T. Koch (zimpl.zib.de)
user parameter file <scip.set> not found - using default parameters
SCIP>
