public static class DenseLP.NoConstraintsAvailableException extends IMSLException
The LP problem has no constraints since all constraints are of constraint type 4 and therefore ignored. The LP problem must have at least one constraint that is not ignored.
Constructor and Description |
---|
NoConstraintsAvailableException()
The LP problem has no constraints.
|
NoConstraintsAvailableException(String message)
The LP problem has no constraints.
|
NoConstraintsAvailableException(String key,
Object[] arguments)
The LP problem has no constraints.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoConstraintsAvailableException()
public NoConstraintsAvailableException(String message)
message
- a String
containing
the error messageCopyright © 2020 Rogue Wave Software. All rights reserved.