|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Search | |
jopt.csp | |
jopt.csp.search | The interfaces to all your searching needs. |
Uses of Search in jopt.csp |
Methods in jopt.csp with parameters of type Search | |
abstract boolean |
CspSolver.solve(Search search,
boolean reset)
Locates a solution for the current problem given a Search object. |
boolean |
CspSolver.solve(Search search)
Resets the solver and locates a solution for the current problem given a Search object. |
Uses of Search in jopt.csp.search |
Methods in jopt.csp.search that return Search | |
Search |
SearchTechniques.search(SearchAction action)
Creates a search object that can be used to search for a problem solution as an alternative to the solve methods in the CspSolver
the uses a default DFS search technique |
Search |
SearchTechniques.search(SearchAction action,
SearchTechnique technique)
Creates a search object that can be used to search for a problem solution as an alternative to the solve methods in the CspSolver |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |