IMSL C# Numerical Library

DenseLP.Solve Method 

Solves the problem using an active set strategy.

public void Solve();

Remarks

Solve must be invoked prior to any of the "get" methods.

Exceptions

Exception Type Condition
BoundsInconsistentException is thrown if the bounds are inconsistent
NoAcceptablePivotException is thrown if an acceptable pivot could not be found.
ProblemUnboundedException is thrown if there is no finite solution to the problem

See Also

DenseLP Class | Imsl.Math Namespace