Click or drag to resize
NoLPSolutionException Constructor (Object[])
No solution for the LP problem with h = 0 was found by DenseLP.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NoLPSolutionException(
	Object[] args
)

Parameters

args
Type:System.Object[]
An Object array containing the input arguments to error string.
See Also