public static class DenseLP.AllConstraintsNotSatisfiedException extends IMSLException
L1 minimization was applied to all constraints (including bounds and simple variables) but the equalities, to approximate violated non-equalities as well as possible. If a feasible solution is possible then try using refinement.
Constructor and Description |
---|
AllConstraintsNotSatisfiedException()
All constraints are not satisfied.
|
AllConstraintsNotSatisfiedException(String message)
All constraints are not satisfied.
|
AllConstraintsNotSatisfiedException(String key,
Object[] arguments)
All constraints are not satisfied.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AllConstraintsNotSatisfiedException()
public AllConstraintsNotSatisfiedException(String message)
message
- a String
containing
the error messageCopyright © 2020 Rogue Wave Software. All rights reserved.