#include <iostream>#include <algorithm>#include <dag.h>#include <coconut_config.h>#include <search_node.h>#include <comp_hook.h>#include <api_exception.h>#include <search_graph.hpp>


Go to the source code of this file.
Classes | |
| class | coco::search_graph |
| The search graph. More... | |
Namespaces | |
| namespace | coco |
| the main namespace of the COCONUT API | |
Typedefs | |
| typedef search_graph::const_walker | coco::search_inspector |
| The search inspector for graph analysis. | |
| typedef search_graph::walker | coco::search_focus |
| The search focus for work node selection. | |
Definition in file search_graph.h.
1.5.8