The LinearOptimizationSolverType enumeration is used to determine the calculation unit type that will be used on linear optimization block calculation.
It is used by the following property:
ICalcLinearOptimizationBlock.SolverType.
Value | Brief description |
0 | Lpsolve. The Lpsolve 5.5 solver for solving linear tasks included in Foresight Analytics Platform. |
1 | Gurobi. The Gurobi external solver. To use this unit, install the appropriate software on the computer, get the license for it, and determine settings. |
See also: