Finds the solution to the problem for the current constraints.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void Solve() |
Visual Basic (Declaration) |
---|
Public Overridable Sub Solve |
Visual C++ |
---|
public: virtual void Solve() |
Exceptions
Exception | Condition |
---|---|
Imsl.Math..::.TooManyIterationsException | is thrown if the maximum number of iterations is exceeded. |
Imsl.Math..::.TooMuchTimeException | is thrown if the maximum time allowed for the Solve method is exceeded. |