Changeset 709:7a518df79892 in lemon-0.x for src/work
- Timestamp:
- 07/19/04 15:32:28 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@961
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/jacint/max_flow.h
r656 r709 152 152 }; 153 153 154 ///Constructor 155 156 ///\todo Document, please. 157 /// 154 158 MaxFlow(const Graph& _G, Node _s, Node _t, const CapMap& _capacity, 155 159 FlowMap& _flow) : … … 181 185 /// - an arbitary preflow if \c fe is \c PRE_FLOW, 182 186 /// - any map if \c fe is NO_FLOW. 187 /// 188 ///\todo NO_FLOW should be the default flow. 183 189 void preflow(FlowEnum fe) { 184 190 preflowPhase1(fe);
Note: See TracChangeset
for help on using the changeset viewer.