Enum LimitedLicenseUsage
Enum for controling the usage of the limited gurobi license.
Namespace: OPTANO.Modeling.Optimization.Solver.Gurobi
Assembly: Optimization.Solver.Gurobi.dll
Syntax
public enum LimitedLicenseUsage
Fields
Name | Description |
---|---|
Always | Force usage of the limited license. |
Fallback | Try using a "normal" license. Fall back to the limited license, if no other valid license can be found. |
Never | Never use the limited license. If no valid license can be found by gurobi, the application will exit with an error. |