Changeset 2588:4d3bc1d04c1d in lemon-0.x for lemon/cost_scaling.h
- Timestamp:
- 02/29/08 16:57:52 (15 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3470
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/cost_scaling.h
r2581 r2588 400 400 } 401 401 402 /// \brief Returns the flow on the edge.403 /// 404 /// Returns the flow on the edge.402 /// \brief Returns the flow on the given edge. 403 /// 404 /// Returns the flow on the given edge. 405 405 /// 406 406 /// \pre \ref run() must be called before using this function. … … 409 409 } 410 410 411 /// \brief Returns the potential of the node.412 /// 413 /// Returns the potential of the node.411 /// \brief Returns the potential of the given node. 412 /// 413 /// Returns the potential of the given node. 414 414 /// 415 415 /// \pre \ref run() must be called before using this function.
Note: See TracChangeset
for help on using the changeset viewer.