NoLPSolutionException Constructor (Object) |
No solution for the LP problem with h = 0 was found by DenseLP.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NoLPSolutionException(
Object[] args
)
Public Sub New (
args As Object()
)
public:
NoLPSolutionException(
array<Object^>^ args
)
new :
args : Object[] -> NoLPSolutionException
Parameters
- args
- Type: SystemObject
An Object array containing the input arguments to error string.
See Also