changeset 1641 | 77f6ab7ad66f |
parent 1610 | 893dacc1866c |
child 1875 | 98698b69a902 |
1.1 --- a/demo/lp_maxflow_demo.cc Wed Aug 17 21:52:50 2005 +0000 1.2 +++ b/demo/lp_maxflow_demo.cc Wed Aug 17 22:07:35 2005 +0000 1.3 @@ -22,6 +22,8 @@ 1.4 /// problem using the LEMON LP solver interface. We would like to lay 1.5 /// the emphasis on the simplicity of the way one can formulate LP 1.6 /// constraints that arise in graph theory in our library LEMON . 1.7 +/// 1.8 +/// \include lp_maxflow_demo.cc 1.9 1.10 #include<lemon/graph_reader.h> 1.11 #include<lemon/list_graph.h>