diff -r 5fd89def7cbc -r 2b329fd595ef demo/lp_maxflow_demo.cc --- a/demo/lp_maxflow_demo.cc Fri Jul 22 15:03:23 2005 +0000 +++ b/demo/lp_maxflow_demo.cc Fri Jul 22 15:15:29 2005 +0000 @@ -18,10 +18,10 @@ ///\file ///\brief Max flow problem solved with an LP solver (demo). /// -///This demo program shows how to solve a maximum (or maximal) flow -///problem using the LEMON LP solver interface. We would like to lay -///the emphasis on the simplicity of the way one can formulate the LP -///constraints with LEMON that arise in graph theory. +/// This demo program shows how to solve a maximum (or maximal) flow +/// problem using the LEMON LP solver interface. We would like to lay +/// the emphasis on the simplicity of the way one can formulate LP +/// constraints that arise in graph theory in our library LEMON . #ifdef HAVE_CONFIG_H #include