Class SimpleImprovementSearch<T extends IntVar>

java.lang.Object
org.jacop.search.sgmpcs.SimpleImprovementSearch<T>
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 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.10