Solution Properties
From Fabrica Bolos GLPK
The Solution type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ConflictingSet |
Gets the conflicting set.
| |
| DualVariableValues |
Unique name and solution value for each dual variable in the solved model instance, or null if the status of this solution instance is NoSolutionValues.
| |
| ModelName |
Gets the name of the model.
| |
| ModelStatus |
Gets the model status.
| |
| ObjectiveValues |
Unique name and solution value for each objective in the solved model instance, or null if the status of this solution instance is NoSolutionValues.
| |
| OverallWallTime |
Gets the overall wall time.
| |
| Status |
Status of this solution instance.
| |
| VariableValues |
Unique name and solution value for each variable in the solved model instance, or null if the status of this solution instance is NoSolutionValues.
|