equal
deleted
inserted
replaced
16 |
16 |
17 ///\ingroup demos |
17 ///\ingroup demos |
18 ///\file |
18 ///\file |
19 ///\brief Max flow problem solved with an LP solver (demo). |
19 ///\brief Max flow problem solved with an LP solver (demo). |
20 /// |
20 /// |
21 ///This demo program shows how to solve a maximum (or maximal) flow |
21 /// This demo program shows how to solve a maximum (or maximal) flow |
22 ///problem using the LEMON LP solver interface. We would like to lay |
22 /// problem using the LEMON LP solver interface. We would like to lay |
23 ///the emphasis on the simplicity of the way one can formulate the LP |
23 /// the emphasis on the simplicity of the way one can formulate LP |
24 ///constraints with LEMON that arise in graph theory. |
24 /// constraints that arise in graph theory in our library LEMON . |
25 |
25 |
26 #ifdef HAVE_CONFIG_H |
26 #ifdef HAVE_CONFIG_H |
27 #include <config.h> |
27 #include <config.h> |
28 #endif |
28 #endif |
29 |
29 |