Package com.imsl.math

Class QuadraticProgramming.InconsistentSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.QuadraticProgramming.InconsistentSystemException
All Implemented Interfaces:
Serializable
Enclosing class:
QuadraticProgramming

public static class QuadraticProgramming.InconsistentSystemException extends IMSLException
The system of constraints is inconsistent. There is no solution.
See Also:
  • Constructor Details

    • InconsistentSystemException

      public InconsistentSystemException()
      The system of constraints is inconsistent. There is no solution.
    • InconsistentSystemException

      public InconsistentSystemException(String message)
      The system of constraints is inconsistent. There is no solution.
      Parameters:
      message - a string containing the exception message.