The SimplexLPSolver type exposes the following members.
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.
|