类 UnboundedSolutionException

所有已实现的接口:
Serializable, LocalizedException

@Deprecated public class UnboundedSolutionException extends MathIllegalStateException
已过时。
as of 1.0, this exception is replaced by MathIllegalStateException
This class represents exceptions thrown by optimizers when a solution escapes to infinity.
另请参阅:
  • 构造器详细资料

    • UnboundedSolutionException

      public UnboundedSolutionException()
      已过时。
      Simple constructor using a default message.