Package com.imsl.math
Class LinearProgramming.NumericDifficultyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.LinearProgramming.NumericDifficultyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LinearProgramming.ProblemInfeasibleException,LinearProgramming.ProblemUnboundedException
- Enclosing class:
- LinearProgramming
Deprecated.
Numerical difficulty occurred. (Moved to a vertex that is poorly condidtioned).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNumericDifficultyException(String message) Deprecated.NumericDifficultyException(String key, Object[] arguments) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NumericDifficultyException
Deprecated. -
NumericDifficultyException
Deprecated.
-