equal
deleted
inserted
replaced
13 * This software is provided "AS IS" with no warranty of any kind, |
13 * This software is provided "AS IS" with no warranty of any kind, |
14 * express or implied, and with no claim as to its suitability for any |
14 * express or implied, and with no claim as to its suitability for any |
15 * purpose. |
15 * purpose. |
16 * |
16 * |
17 */ |
17 */ |
|
18 |
|
19 ///\ingroup demos |
|
20 ///\file |
|
21 ///\brief Calculating an approximate Steiner-tree. |
|
22 /// |
|
23 /// Calculating an approximate Steiner-tree. |
|
24 /// |
|
25 /// \include steiner_demo.cc |
18 |
26 |
19 #include <lemon/smart_graph.h> |
27 #include <lemon/smart_graph.h> |
20 #include <lemon/kruskal.h> |
28 #include <lemon/kruskal.h> |
21 #include <lemon/graph_reader.h> |
29 #include <lemon/graph_reader.h> |
22 #include <lemon/time_measure.h> |
30 #include <lemon/time_measure.h> |