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

public static class QuadraticProgramming.ProblemUnboundedException extends IMSLException
The objective value for the problem is unbounded.
See Also:
  • Constructor Details

    • ProblemUnboundedException

      public ProblemUnboundedException()
      The objective value for the problem is unbounded. Numerical difficulty has occurred.
    • ProblemUnboundedException

      public ProblemUnboundedException(String message)
      The objective value for the problem is unbounded. Numerical difficulty has occurred.
      Parameters:
      message - a string containing the exception message.