demo/steiner_demo.cc
changeset 2492 387f6ff851ef
parent 2472 fb60f631790b
child 2553 bfced05fa852
equal deleted inserted replaced
1:25344c3b8098 2:b2e96bf6dded
    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>