Uses of Package
org.jacop.search
Packages that use org.jacop.search
Package
Description
-
Classes in org.jacop.search used by org.jacop.examples.cpvizClassDescriptionAll searches needs to implement this interface in order to be manipulable by a large variety of search listeners.Defines an interface for defining different methods for selecting next search decision to be taken.It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.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.fdClassDescriptionImplements Depth First Search with number of possible plugins (listeners) to be attached to modify the search.All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.Defines an interface for defining different methods for selecting next search decision to be taken.It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.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.crosswordsClassDescriptionAll searches needs to implement this interface in order to be manipulable by a large variety of search listeners.Defines an interface for defining different methods for selecting next search decision to be taken.It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.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.setClassDescriptionAll 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.searchClassDescriptionDefines an interface for comparing variables.Implements Depth First Search with number of possible plugins (listeners) to be attached to modify the search.All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.Defines an interface for defining different methods for selecting next search decision to be taken.It is simple and customizable selector of decisions (constraints) which will be enforced by search.It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.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.fzClassDescriptionDefines an interface for comparing variables.Implements Depth First Search with number of possible plugins (listeners) to be attached to modify the search.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.Defines a interface for different indomain enumeration methods.This listener is executed when search has began executing and it is about to enter the labeling procedure.All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.Defines an interface for defining different methods for selecting next search decision to be taken.It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.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.searchClassDescriptionDefines an interface for comparing variables.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).Implements Depth First Search with number of possible plugins (listeners) to be attached to modify the search.Defines a listener which is called by the search if a child node is exited.This listener is executed when search has finished executing is about to exit the labeling procedure.Defines a interface for different indomain enumeration methods.This listener is executed when search has began executing and it is about to enter the labeling procedure.PrioritySearch selects first a row in the matrix based on metric of the variable at the pririty vector.All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.Defines an interface for defining different methods for selecting next search decision to be taken.It is simple and customizable selector of decisions (constraints) which will be enforced by search.It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.Defines an interface which needs to be implemented by all classes which wants to be informed about the solution.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.
-
Classes in org.jacop.search used by org.jacop.search.restartClassDescriptionDefines 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).Implements Depth First Search with number of possible plugins (listeners) to be attached to modify the search.All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.Defines an interface for defining different methods for selecting next search decision to be taken.It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.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.sgmpcsClassDescriptionDefines 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).All searches needs to implement this interface in order to be manipulable by a large variety of search listeners.Defines an interface for defining different methods for selecting next search decision to be taken.It defines a simple solution listener which should be used if some basic functionality of search when a solution is encountered are required.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.searchClassDescriptionDefines an interface for comparing variables.Defines a interface for different indomain enumeration methods.