Package com.imsl.math

Class LinearProgramming.ProblemInfeasibleException

All Implemented Interfaces:
Serializable
Enclosing class:
LinearProgramming

public static class LinearProgramming.ProblemInfeasibleException extends LinearProgramming.NumericDifficultyException
Deprecated.
The constraints are inconsistent. The problem is not feasible.
See Also:
  • Constructor Details

    • ProblemInfeasibleException

      public ProblemInfeasibleException(String message)
      Deprecated.
    • ProblemInfeasibleException

      public ProblemInfeasibleException()
      Deprecated.