cmake/nsis/lemon.ico
author |
Peter Kovacs <kpeter@inf.elte.hu> |
|
Thu, 12 Nov 2009 23:30:45 +0100 |
changeset 809 |
22bb98ca0101 |
parent 225 |
c5a40fc54f1a
|
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.