scip

Solver for mixed integer and nonlinear programming problems

brewmacoslinux
Try with needOr install directly
Source

About

Solver for mixed integer programming and mixed integer nonlinear programming

Commands

scip

Examples

solve a mixed integer programming problem from a file$ scip -f problem.mps
solve optimization problem and write solution to file$ scip -f problem.lp -o solution.sol
solve problem with custom time limit in seconds$ scip -f problem.mps -t 300
check solution quality and statistics for solved problem$ scip -f problem.mps -v
solve nonlinear programming problem interactively$ scip