Scroll to navigation

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

: copy output into log file
: suppress screen messages

-s <settings> : load parameter settings (.set) file

: 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

: execute single line of dialog commands (can be used multiple times)

COPYRIGHT

Copyright © 2002-2026 Zuse Institute Berlin (ZIB)

External libraries:

GNU library for command line editing (gnu.org/s/readline)
Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: NoGitInf]
General purpose compression library by J. Gailly and M. Adler (zlib.net)
small portable implementation of the C11 threads API (tinycthread.github.io)
GNU Multiple Precision Arithmetic Library developed by T. Granlund (gmplib.org)
Zuse Institute Mathematical Programming Language developed by T. Koch (zimpl.zib.de)
parallel presolve for integer and linear optimization (github.com/scipopt/papilo) (built with TBB)
Computing Graph Automorphism Groups by Brendan D. McKay (https://users.cecs.anu.edu.au/~bdm/nauty/)
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]