Changeset 465:d72e56f1730d in lemon-0.x for src/include/dimacs.h
- Timestamp:
- 04/29/04 11:08:14 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@616
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/include/dimacs.h
r442 r465 21 21 /// If the data is a shortest path problem instance then \c s will be the 22 22 /// source node and \c capacity will contain the edge lengths. 23 /// 24 ///\author Marton Makai 23 25 template<typename Graph, typename CapacityMap> 24 26 void readDimacsMaxFlow(std::istream& is, Graph &g, typename Graph::Node &s, typename Graph::Node &t, CapacityMap& capacity) {
Note: See TracChangeset
for help on using the changeset viewer.