Click or drag to resize
MinConGenLinSolve Method
Minimizes a general objective function subject to linear equality/inequality constraints.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void Solve()
Exceptions
ExceptionCondition
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