类 NoFeasibleSolutionException

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

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

    • NoFeasibleSolutionException

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