Changeset 1583:2b329fd595ef in lemon-0.x for demo/lp_maxflow_demo.cc
- Timestamp:
- 07/22/05 17:15:29 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2085
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/lp_maxflow_demo.cc
r1577 r1583 19 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) flow22 /// problem using the LEMON LP solver interface. We would like to lay23 /// the emphasis on the simplicity of the way one can formulate the LP24 /// constraints with LEMON that arise in graph theory.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 23 /// the emphasis on the simplicity of the way one can formulate LP 24 /// constraints that arise in graph theory in our library LEMON . 25 25 26 26 #ifdef HAVE_CONFIG_H
Note: See TracChangeset
for help on using the changeset viewer.