Package com.imsl.math

Class QuadraticProgramming.NoLPSolutionException

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

public static class QuadraticProgramming.NoLPSolutionException extends IMSLException
No solution for the LP problem with h = 0 was found by DenseLP.
See Also:
  • Constructor Details

    • NoLPSolutionException

      public NoLPSolutionException()
      No solution for the LP problem with h = 0 was found by DenseLP.
    • NoLPSolutionException

      public NoLPSolutionException(String message)
      No solution for the LP problem with h = 0 was found by DenseLP.
      Parameters:
      message - a string containing the exception message.
    • NoLPSolutionException

      public NoLPSolutionException(String key, Object[] arguments)
      No solution for the LP problem with h = 0 was found by DenseLP.
      Parameters:
      key - a string containing the exception message.
      arguments - An Object containing the exception message from DenseLP.