|
|
Where Does It Run?
SCIP is completely implemented in C. The code should
compile with any ANSI compliant C compiler.
We have tested SCIP with compilers from
SCIP is also available on the NEOS
Server, where you can post your model in LP or MPS
format and let the NEOS Server solve it with SCIP linked to
CPLEX or SoPlex.
Hints for SUN platforms
- If you are using the GNU compiler and you experience a strange behavior of your program
(segmentation faults), you might try a reduce the optimization level in
make.sunos.sparc.gnu.opt by changing -O3 to -O2.
-
If problems occur with STL code, you might change to a different implementation by adding
-library=stlport4 to CXX_COMPILER_FLAGS. (Note: There are different
implementations of the STL on SUN platforms.)
|