demo/steiner_demo.cc
changeset 2569 12c2c5c4330b
parent 2553 bfced05fa852
equal deleted inserted replaced
3:0fa9a1fe9cae 4:c73b9fbef355
    27 #include <lemon/smart_graph.h>
    27 #include <lemon/smart_graph.h>
    28 #include <lemon/kruskal.h>
    28 #include <lemon/kruskal.h>
    29 #include <lemon/graph_reader.h>
    29 #include <lemon/graph_reader.h>
    30 #include <lemon/time_measure.h>
    30 #include <lemon/time_measure.h>
    31 #include <lemon/graph_to_eps.h>
    31 #include <lemon/graph_to_eps.h>
    32 
       
    33 #include <lemon/steiner.h>
    32 #include <lemon/steiner.h>
       
    33 #include <lemon/math.h>
    34 
    34 
    35 #include <cstdlib>
    35 #include <cstdlib>
    36 #include <cmath>
       
    37 
    36 
    38 using namespace lemon;
    37 using namespace lemon;
    39 using namespace lemon::dim2;
    38 using namespace lemon::dim2;
    40 
    39 
    41 using namespace std;
    40 using namespace std;