.hgignore
author |
Peter Kovacs <kpeter@inf.elte.hu> |
|
Thu, 12 Nov 2009 23:30:45 +0100 (2009-11-12) |
changeset 809 |
22bb98ca0101 |
parent 517 |
2b6d5d22bb23
|
child 866 |
2d9c6566a604 |
permissions |
-rw-r--r-- |
Entirely rework CostScaling (#180)
- Use the new interface similarly to NetworkSimplex.
- Rework the implementation using an efficient internal structure
for handling the residual network. This improvement made the
code much faster.
- Handle GEQ supply type (LEQ is not supported).
- Handle infinite upper bounds.
- Handle negative costs (for arcs of finite upper bound).
- Traits class + named parameter for the LargeCost type used in
internal computations.
- Extend the documentation.