No solution for the LP problem with h = 0 was found by DenseLP.

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

Syntax

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

Exceptions

ExceptionCondition
Imsl.Math..::.NoLPSolutionException no solution for the LP problem with h = 0 was found by DenseLP

Inheritance Hierarchy

See Also