public static class SparseLP.InitialSolutionInfeasibleException extends IMSLException
| Constructor and Description |
|---|
InitialSolutionInfeasibleException(String message)
The initial solution for the one-row linear program is infeasible.
|
InitialSolutionInfeasibleException(String key,
Object[] arguments)
The initial solution for the one-row linear program is infeasible.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InitialSolutionInfeasibleException(String message)
message - a String containing the error messagepublic InitialSolutionInfeasibleException(String key, Object[] arguments)
key - a String containing the error messagearguments - an Object array containing arguments
used within the error message stringCopyright © 2020 Rogue Wave Software. All rights reserved.