The SimplexLPSolver type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SimplexLPSolver | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this simplex solver.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Solve | Overloaded. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DefaultTolerance |
Gets and sets the default error tolerance for instances of SimplexLPSolver.
| |
| IsGood |
Returns true if this.Status == SolutionStatus.FiniteSolutionFound.
| |
| OptimalValue |
Gets the value of the objective function evaluated at the solution.
| |
| Solution |
Gets the solution.
| |
| Status |
Gets the status of the solution just computed.
| |
| Tolerance |
Gets and sets the error tolerance.
|