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:
  • Constructor Details

    • UnboundedSolutionException

      public UnboundedSolutionException()
      Simple constructor using a default message.