debian/dirs
author |
kpeter |
|
Mon, 18 Feb 2008 03:32:56 +0000 |
changeset 2576 |
ae092c63d3ba |
permissions |
-rw-r--r-- |
Improvements in MinCostFlow and MinCostMaxFlow.
Main changes:
- MinCostMaxFlow also provides dual solution.
- Change the name of private members to start with "_".
- Change the name of function parameters not to start with "_".
- Remove unnecessary documentation for private members.
- Doc improvements.