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:
Value | Brief description |
0 | Lpsolve. The Lpsolve solver. First, you should execute integration with LPSolve. |
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: