IMSL C# Numerical Library

MinConGenLin.Solve Method 

Minimizes a general objective function subject to linear equality/inequality constraints.

public void Solve();

Exceptions

Exception Type Condition
ConstraintsInconsistentException is thrown if the constraints are inconsistent.
VarBoundsInconsistentException is thrown if the bounds on the variables are inconsistent.
ConstraintsNotSatisfiedException is thrown if a solution satisfying the constraints could not be found.
EqualityConstraintsException is thrown if the variables are determined by the constraints.

See Also

MinConGenLin Class | Imsl.Math Namespace