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#
public NoLPSolutionException(
	Object[] args
)
Visual Basic (Declaration)
Public Sub New ( _
	args As Object() _
)
Visual C++
public:
NoLPSolutionException(
	array<Object^>^ args
)

Parameters

args
Type: array< System..::.Object >[]()[]
An Object array containing the input arguments to error string.

See Also