All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Functions
steiner_tree_greedy_example.cpp File Reference

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]
 

Detailed Description

This is example for greedy solution for steiner tree problem.

Author
Piotr Wygocki
Version
1.0
Date
2013-09-20

Definition in file steiner_tree_greedy_example.cpp.