







Status of a solved model instance.
Namespace: Optimization.Solver
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
public enum ModelStatus |
| Visual Basic |
|---|
Public Enumeration ModelStatus |
| Visual C++ |
|---|
public enum class ModelStatus |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | Status of the solved model instance is unknown, e.g. because the solver has too little time to prove the model instance. | |
| Unbounded | 1 | The solved model instance is unbounded. | |
| Infeasible | 2 | The solved model instance is infeasible. | |
| Feasible | 3 | The solved model instance is feasible. | |
| InfOrUnbd | 4 | The solved model instance is infeasible or unbounded. |
