Class SimpleImprovementSearch<T extends IntVar>

  • Type Parameters:
    T - type of the variable for which choice point is being created.
    All Implemented Interfaces:
    ImproveSolution<T>

    public class SimpleImprovementSearch<T extends IntVar>
    extends java.lang.Object
    implements ImproveSolution<T>
    Defines an interface for defining different methods for selecting next search decision to be taken. The search decision called choice point will be first enforced and later upon backtrack a negation of that search decision will be enforced.
    Version:
    4.8