Class UnboundedSolutionException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class UnboundedSolutionException extends MathIllegalStateException
This class represents exceptions thrown by optimizers when a solution escapes to infinity.
Since:
2.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serializable version identifier.
      See Also:
  • Constructor Details

    • UnboundedSolutionException

      public UnboundedSolutionException()
      Simple constructor using a default message.