Minimizes a general objective function subject to linear
equality/inequality constraints.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public void Solve() |
Visual Basic (Declaration) |
---|
Public Sub Solve |
Visual C++ |
---|
public: void Solve() |
Exceptions
Exception | Condition |
---|---|
Imsl.Math..::.ConstraintsInconsistentException | is thrown if the constraints are inconsistent. |
Imsl.Math..::.VarBoundsInconsistentException | is thrown if the bounds on the variables are inconsistent. |
Imsl.Math..::.ConstraintsNotSatisfiedException | is thrown if a solution satisfying the constraints could not be found. |
Imsl.Math..::.EqualityConstraintsException | is thrown if the variables are determined by the constraints. |