All constraints are not satisfied.

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

Syntax

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

Remarks

L1 minimization was applied to all constraints (including bounds and simple variables) except the equalities to approximate violated non-equalities as well as possible. If a feasible solution is possible then try using refinement.

Inheritance Hierarchy

See Also