Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
state_search_framework_example.cc File Reference

Reference example: minimal artificial decision tree with DFS. More...

#include <iostream>
#include <string>
#include <State_Search.H>
Include dependency graph for state_search_framework_example.cc:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

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.

Function Documentation

◆ main()