Class NoFeasibleSolutionException

  • All Implemented Interfaces:
    java.io.Serializable, MathThrowable

    public class NoFeasibleSolutionException
    extends OptimizationException
    This class represents exceptions thrown by optimizers when no solution fulfills the constraints.
    Since:
    2.0
    See Also:
    Serialized Form
    • Constructor Detail

      • NoFeasibleSolutionException

        public NoFeasibleSolutionException()
        Simple constructor using a default message.