Package com.imsl.math
Class LinearProgramming.ProblemUnboundedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.LinearProgramming.NumericDifficultyException
com.imsl.math.LinearProgramming.ProblemUnboundedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LinearProgramming
public static class LinearProgramming.ProblemUnboundedException
extends LinearProgramming.NumericDifficultyException
Deprecated.
The problem is unbounded.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProblemUnboundedException
Deprecated. -
ProblemUnboundedException
public ProblemUnboundedException()Deprecated.
-