Enum ModelStatus
Status of a solved Model instance.
Namespace: OPTANO.Modeling.Optimization.Solver
Assembly: Optimization.dll
Syntax
public enum ModelStatus : byte
Fields
Name | Description |
---|---|
Feasible | The solved Model instance is |
Infeasible | The solved Model instance is |
InfOrUnbd | The solved Model instance is |
Unbounded | The solved Model instance is |
Unknown | Status of the solved Model instance is unknown, e.g. because the SolverBase has too little time to prove the Model instance. |