Solution Members
From Fabrica Bolos GLPK
| Optimization Framework |
| Solution Members |
| Solution Class Constructors Methods Properties See Also Send Feedback |
The Solution type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Solution |
Creates a new solution instance.
|
Methods
| Name | Description | |
|---|---|---|
| ClearValues |
Removes the variable values and objective values from this solution instance and sets the status to NoSolutionValues.
| |
| CompareTo |
Compares the objective values of this solution instance to others.
| |
| Equals(Object) | (Inherited from Object.) | |
| Equals(IDictionary<(Of <<'(String, Double>)>>)) |
Indicates whether the variable values of this solution instance are equal to otherVariableValues.
| |
| Equals(Solution) |
Indicates whether the objective values of this solution instance are equal to others.
| |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetObjectiveValue |
Returns the solution value of the objective named name, or null if the status of this solution instance is NoSolutionValues.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVariableValue |
Returns the solution value of the variable named name, or null if the status of this solution instance is NoSolutionValues.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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.
|