table of contents
| SCIP(1) | User Commands | SCIP(1) |
NAME¶
SCIP - Solving Constraint Integer Programs
DESCRIPTION¶
syntax: scip [-l <logfile>] [-q] [-s <settings>] [-r <randseed>] [-f <problem>] [-b <batchfile>] [-c "command"]
-v, --version : print version and build options
- -l <logfile>
- : copy output into log file
- -q
- : suppress screen messages
-s <settings> : load parameter settings (.set) file
- -f <problem>
- : load and solve problem file
-o <primref> <dualref> : pass primal and dual objective reference values for validation at the end of the solve
-b <batchfile>: load and execute dialog command batch file (can be used multiple times)
-r <randseed> : nonnegative integer to be used as random seed. Has priority over random seed specified through parameter settings (.set) file
- -c "command"
- : execute single line of dialog commands (can be used multiple times)
COPYRIGHT¶
Copyright © 2002-2026 Zuse Institute Berlin (ZIB)
External libraries:¶
- Readline 8.3
- GNU library for command line editing (gnu.org/s/readline)
- SoPlex 7.1.6
- Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: NoGitInf]
- ZLIB 1.3.1
- General purpose compression library by J. Gailly and M. Adler (zlib.net)
- TinyCThread 1.2
- small portable implementation of the C11 threads API (tinycthread.github.io)
- GMP 6.3.0
- GNU Multiple Precision Arithmetic Library developed by T. Granlund (gmplib.org)
- ZIMPL 3.7.0
- Zuse Institute Mathematical Programming Language developed by T. Koch (zimpl.zib.de)
- PaPILO 2.4.4
- parallel presolve for integer and linear optimization (github.com/scipopt/papilo) (built with TBB)
- Nauty 2.9.3
- Computing Graph Automorphism Groups by Brendan D. McKay (https://users.cecs.anu.edu.au/~bdm/nauty/)
- Ipopt 3.14.19
- Interior Point Optimizer developed by A. Waechter et.al. (github.com/coin-or/Ipopt)
Compiler: gcc 15.2.0
Build options:¶
- ARCH=x86_64 OSTYPE=Linux-6.12.73+deb13-amd64 COMP=GNU 15.2.0 BUILD=Release CHECKSTAGE=AUTO DEBUGSOL=OFF EXPRINT=none SYM=nauty GMP=ON CONOPT=OFF IPOPT=ON WORHP=OFF LPS=spx LPSCHECK=OFF LTO=OFF NOBLKBUFMEM=OFF NOBLKMEM=OFF NOBUFMEM=OFF THREADSAFE=ON;FORCE READLINE=ON SANITIZE=OFF SHARED=ON VERSION=10.0.1 API_VERSION=156 ZIMPL=ON ZLIB=ON
| February 2026 | SCIP version 10.0.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 7.1.6] [GitHash: 76a50c97d6] |