Changeset 437:6a2a33ad261b in lemon for lemon/preflow.h
- Timestamp:
- 12/05/08 00:22:47 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/preflow.h
r408 r437 367 367 /// \pre Either \ref run() or \ref init() must be called before 368 368 /// using this function. 369 const Elevator& elevator() {369 const Elevator& elevator() const { 370 370 return *_level; 371 371 } … … 919 919 /// \pre Either \ref run() or \ref init() must be called before 920 920 /// using this function. 921 const FlowMap& flowMap() {921 const FlowMap& flowMap() const { 922 922 return *_flow; 923 923 }
Note: See TracChangeset
for help on using the changeset viewer.