The SimplexLPSolver type exposes the following members.

Properties

  NameDescription
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.

See Also