|
JMSLTM Numerical Library 6.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.imsl.IMSLException com.imsl.math.DenseLP.AllConstraintsNotSatisfiedException
public static class DenseLP.AllConstraintsNotSatisfiedException
All constraints are not satisfied.
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 Summary | |
---|---|
DenseLP.AllConstraintsNotSatisfiedException()
All constraints are not satisfied. |
|
DenseLP.AllConstraintsNotSatisfiedException(String message)
All constraints are not satisfied. |
|
DenseLP.AllConstraintsNotSatisfiedException(String key,
Object[] arguments)
All constraints are not satisfied. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DenseLP.AllConstraintsNotSatisfiedException()
public DenseLP.AllConstraintsNotSatisfiedException(String message)
message
- a String
containing
the error messagepublic DenseLP.AllConstraintsNotSatisfiedException(String key, Object[] arguments)
key
- a String
containing the exception
messagearguments
- an array containing arguments used within the
error message string
|
JMSLTM Numerical Library 6.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |