1 #ifndef LPINTERFACE_PARAMETER_TYPE_H
2 #define LPINTERFACE_PARAMETER_TYPE_H
37 #endif // LPINTERFACE_PARAMETER_TYPE_H
How many threads the solver should use. (Gurobi)
Whether to solve the primal (0) or dual (1) LP. (Gurobi, SoPlex)
Upper limit of the objective function. (SoPlex)
Infinity threshold. (SoPlex)
Time limit alotted to solution process. (Gurobi, SoPlex)
Number of iterations exceeded user-specified iteration limit.
Verbosity level. Lower is less verbose, minimum 0. (Gurobi, SoPlex)
Param
Enum class representing linear solver parameters. The linear solvers this library interfaces with hav...
Definition: parameter_type.hpp:12
Whether to minimize or maximize the objective. (Gurobi, SoPlex)
Lower limit of the objective function. (SoPlex)