This is example for greedy solution for steiner tree problem. More...
#include "test/test_utils/sample_graph.hpp"#include "paal/greedy/steiner_tree_greedy.hpp"#include <iostream>Go to the source code of this file.
Functions | |
| int | main () |
| [steiner tree greedy Example] | |
This is example for greedy solution for steiner tree problem.
Definition in file steiner_tree_greedy_example.cpp.
1.8.5