|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Reference example: minimal artificial decision tree with DFS. More...
Go to the source code of this file.
Functions | |
| int | main () |
Reference example: minimal artificial decision tree with DFS.
Build and run:
cmake --build build --target state_search_framework_example./build/Examples/state_search_framework_example Definition in file state_search_framework_example.cc.
| int main | ( | ) |
Definition at line 112 of file state_search_framework_example.cc.
References Aleph::divide_and_conquer_partition_dp(), engine, and Aleph::ExplorationPolicy::stop_at_first_solution.