Uses of Package
org.jacop.search
-
Classes in org.jacop.search used by org.jacop.examples.cpviz Class Description Search All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.SelectChoicePoint Defines an interface for defining different methods for selecting next search decision to be taken.SimpleSolutionListener It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.SolutionListener Defines an interface which needs to be implemented by all classes which wants to be informed about the solution. -
Classes in org.jacop.search used by org.jacop.examples.fd Class Description DepthFirstSearch Implements Depth First Search with number of possible plugins (listeners) to be attached to modify the search.Search All searches needs to implement this interface in order to be manipulable by a large variety of search listeners. -
Classes in org.jacop.search used by org.jacop.examples.fd.crosswords Class Description Search All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.SelectChoicePoint Defines an interface for defining different methods for selecting next search decision to be taken.SimpleSolutionListener It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.SolutionListener Defines an interface which needs to be implemented by all classes which wants to be informed about the solution. -
Classes in org.jacop.search used by org.jacop.examples.set Class Description Search All searches needs to implement this interface in order to be manipulable by a large variety of search listeners. -
Classes in org.jacop.search used by org.jacop.floats.search Class Description ComparatorVariable Defines an interface for comparing variables.DepthFirstSearch Implements Depth First Search with number of possible plugins (listeners) to be attached to modify the search.Search All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.SelectChoicePoint Defines an interface for defining different methods for selecting next search decision to be taken.SimpleSelect It is simple and customizable selector of decisions (constraints) which will be enforced by search.SimpleSolutionListener It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.SolutionListener Defines an interface which needs to be implemented by all classes which wants to be informed about the solution. -
Classes in org.jacop.search used by org.jacop.fz Class Description ComparatorVariable Defines an interface for comparing variables.DepthFirstSearch Implements Depth First Search with number of possible plugins (listeners) to be attached to modify the search.FailConstraintsStatistics Defines functionality for FailConstraintsStatistics plug-in, that collects statistics on the failed constraints; both for each individual constraint as well as a class of constraints.Indomain Defines a interface for different indomain enumeration methods.InitializeListener This listener is executed when search has began executing and it is about to enter the labeling procedure.Search All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.SelectChoicePoint Defines an interface for defining different methods for selecting next search decision to be taken.SimpleSolutionListener It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.SolutionListener Defines an interface which needs to be implemented by all classes which wants to be informed about the solution. -
Classes in org.jacop.search used by org.jacop.search Class Description ComparatorVariable Defines an interface for comparing variables.ConsistencyListener Defines an interface of an object which can be plugined into the search right after executing the consistency function (at the beginning of each search node).DepthFirstSearch Implements Depth First Search with number of possible plugins (listeners) to be attached to modify the search.ExitChildListener Defines a listener which is called by the search if a child node is exited.ExitListener This listener is executed when search has finished executing is about to exit the labeling procedure.Indomain Defines a interface for different indomain enumeration methods.InitializeListener This listener is executed when search has began executing and it is about to enter the labeling procedure.PrioritySearch PrioritySearch selects first a row in the matrix based on metric of the variable at the pririty vector.Search All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.SelectChoicePoint Defines an interface for defining different methods for selecting next search decision to be taken.SimpleSelect It is simple and customizable selector of decisions (constraints) which will be enforced by search.SimpleSolutionListener It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.SolutionListener Defines an interface which needs to be implemented by all classes which wants to be informed about the solution.TimeOutListener It defines an interface of the class which wants to be informed about timeout occurring during search, as well as the number of solutions found before timeout has occurred.TraceGenerator.SearchNode -
Classes in org.jacop.search used by org.jacop.search.restart Class Description ConsistencyListener Defines an interface of an object which can be plugined into the search right after executing the consistency function (at the beginning of each search node).DepthFirstSearch Implements Depth First Search with number of possible plugins (listeners) to be attached to modify the search.Search All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.SelectChoicePoint Defines an interface for defining different methods for selecting next search decision to be taken.SimpleSolutionListener It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.SolutionListener Defines an interface which needs to be implemented by all classes which wants to be informed about the solution. -
Classes in org.jacop.search used by org.jacop.search.sgmpcs Class Description ConsistencyListener Defines an interface of an object which can be plugined into the search right after executing the consistency function (at the beginning of each search node).Search All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.SelectChoicePoint Defines an interface for defining different methods for selecting next search decision to be taken.SimpleSolutionListener It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.SolutionListener Defines an interface which needs to be implemented by all classes which wants to be informed about the solution. -
Classes in org.jacop.search used by org.jacop.set.search Class Description ComparatorVariable Defines an interface for comparing variables.Indomain Defines a interface for different indomain enumeration methods.