scip


scip, examples which call scip(), which is a code which solves mixed integer programming and mixed integer nonlinear programming problems.

Related Data and Programs:

cplex, examples which call cplex(), which is an IBM optimization package which defines and solves a variety of linear programming problems, as well as network flow problems, quadratic programming problems, and mixed integer programming problems.

gurobi, examples which call gurobi(), which is an mathematical programming package for optimization, solving problems in linear programming, mixed integer programming, and mixed integer quadratic programming.

lp, a dataset directory which contains datasets for linear programming, used for programs such as CPLEX, GUROBI and SCIP;

Reference:

Source code:


Last revised on 21 January 2021.