The problem has multiple solutions producing essentially the same minimum.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class MultipleSolutionsException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class MultipleSolutionsException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class MultipleSolutionsException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Math..::.MultipleSolutionsException the problem has multiple solutions producing essentially the same minimum.

Inheritance Hierarchy

See Also