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

ExceptionCondition
Imsl.Math..::.TooManyIterationsExceptionis thrown if the maximum number of iterations is exceeded.
Imsl.Math..::.TooMuchTimeExceptionis thrown if the maximum time allowed for the Solve method is exceeded.

See Also