Package com.imsl.math

Class DenseLP.SomeConstraintsDiscardedException

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

public static class DenseLP.SomeConstraintsDiscardedException extends IMSLException
Some constraints were discarded because they were too linearly dependent on other active constraints.
See Also:
  • Constructor Details

    • SomeConstraintsDiscardedException

      public SomeConstraintsDiscardedException()
      Some constraints were discarded because they were too linearly dependent on other active constraints.
    • SomeConstraintsDiscardedException

      public SomeConstraintsDiscardedException(String message)
      Some constraints were discarded because they were too linearly dependent on other active constraints.
      Parameters:
      message - a String containing the error message
    • SomeConstraintsDiscardedException

      public SomeConstraintsDiscardedException(String key, Object[] arguments)
      Some constraints were discarded because they were too linearly dependent on other active constraints.
      Parameters:
      key - a String containing the exception message
      arguments - an array containing arguments used within the error message string