org.gecode.gist.SearchEngineInterface Interface Reference
Inherited by org.gecode.gist.DFS.List of all members.
Detailed Description
Definition at line 25 of file SearchEngineInterface.java.
Public Member Functions | |
| void | setup (SpaceNode root) |
| boolean | step () |
Member Function Documentation
| void org.gecode.gist.SearchEngineInterface.setup | ( | SpaceNode | root | ) |
Implemented in org.gecode.gist.DFS.
| boolean org.gecode.gist.SearchEngineInterface.step | ( | ) |
Implemented in org.gecode.gist.DFS.
The documentation for this interface was generated from the following file:
- org/gecode/gist/SearchEngineInterface.java (Revision: 3796)
