Package com.imsl.math
Class QuadraticProgramming.ProblemUnboundedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.QuadraticProgramming.ProblemUnboundedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QuadraticProgramming
The objective value for the problem is unbounded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe objective value for the problem is unbounded.ProblemUnboundedException(String message) The objective value for the problem is unbounded. -
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
public ProblemUnboundedException()The objective value for the problem is unbounded. Numerical difficulty has occurred. -
ProblemUnboundedException
The objective value for the problem is unbounded. Numerical difficulty has occurred.- Parameters:
message- astringcontaining the exception message.
-