The SimplexLPSolver type exposes the following members.

Constructors

  NameDescription
SimplexLPSolverOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this simplex solver.
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
SolveOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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