Changeset 392:db3251947eba in lemon-1.2 for lemon
- Timestamp:
- 11/30/08 00:48:07 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/preflow.h
r391 r392 446 446 /// \return %False when the given \c flowMap is not a preflow. 447 447 template <typename FlowMap> 448 bool flowInit(const FlowMap& flowMap) {448 bool init(const FlowMap& flowMap) { 449 449 createStructures(); 450 450
Note: See TracChangeset
for help on using the changeset viewer.