#include <coconut_config.h>#include <model.h>#include <vector>#include <algorithm>#include <g_algo.h>#include <api_exception.h>

Go to the source code of this file.
Classes | |
| class | coco::graphorder_visitor |
| This visitor class is used for computing a graph order. More... | |
Namespaces | |
| namespace | coco |
| the main namespace of the COCONUT API | |
Functions | |
| void | coco::graphorder (const model &DAG, std::vector< unsigned int > &order) |
| Compute a graph order. | |
Definition in file graphorder.cc.
1.5.8