Changeset 2418:89cbf0a2ed57 in lemon-0.x
- Timestamp:
- 04/10/07 11:01:30 (16 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/ssp_min_cost_flow.h
r2408 r2418 180 180 /// nonzero feasible primal-dual solution pair as well. 181 181 /// 182 /// \todo If the actualflow value is bigger than k, then182 /// \todo If the current flow value is bigger than k, then 183 183 /// everything is cleared and the algorithm starts from zero 184 184 /// flow. Is it a good approach? … … 196 196 } 197 197 198 /// \brief Returns the value of the actualflow.198 /// \brief Returns the value of the current flow. 199 199 int flowValue() const { 200 200 int i=0;
Note: See TracChangeset
for help on using the changeset viewer.