2008-03-01 |
ladanyi |
In C++98 array size shall be an integral constant expression. Fixes
|
changeset |
files
|
2008-03-01 |
ladanyi |
There is no 'long long int' type in C++98 (only in C99).
|
changeset |
files
|
2008-02-29 |
kpeter |
Bug fix in CapacityScaling.
|
changeset |
files
|
2008-02-29 |
kpeter |
Small improvements in min cost flow files.
|
changeset |
files
|
2008-02-29 |
kpeter |
External flow and potential maps can be used in MinCostMaxFlow.
|
changeset |
files
|
2008-02-29 |
kpeter |
Reimplemented Suurballe class.
|
changeset |
files
|
2008-02-28 |
deba |
Backport of bug fix hg 2de55e4f57a7
|
changeset |
files
|
2008-02-28 |
kpeter |
Test file for the min cost flow algorithms.
|
changeset |
files
|
2008-02-28 |
kpeter |
Small fixes and doc improvements in MinMeanCycle.
|
changeset |
files
|
2008-02-28 |
kpeter |
Avoid map copy in MinCostMaxFlow.
|
changeset |
files
|
2008-02-28 |
kpeter |
Query improvements in the min cost flow algorithms.
|
changeset |
files
|
2008-02-27 |
deba |
Bug fixes
|
changeset |
files
|
2008-02-25 |
kpeter |
Bug fixes in min cost flow files.
|
changeset |
files
|
2008-02-21 |
ladanyi |
Put the definitions of global functions into a .cc file.
|
changeset |
files
|
2008-02-18 |
kpeter |
Add a cost scaling min cost flow algorithm.
|
changeset |
files
|
2008-02-18 |
kpeter |
Improvements in MinCostFlow and MinCostMaxFlow.
|
changeset |
files
|
2008-02-18 |
kpeter |
Major improvements in NetworkSimplex.
|
changeset |
files
|
2008-02-18 |
kpeter |
Improvements in CapacityScaling.
|
changeset |
files
|
2008-02-18 |
kpeter |
Improvements in CycleCanceling.
|
changeset |
files
|
2008-02-08 |
ladanyi |
Fix VPATH builds.
|
changeset |
files
|
2008-02-08 |
alpar |
Hopefully fix all compilation errors.
|
changeset |
files
|
2008-02-08 |
alpar |
Fix a silly typo
|
changeset |
files
|
2008-02-08 |
alpar |
#include<cmath> -> #include<lemon/math.h>
|
changeset |
files
|
2008-02-08 |
alpar |
Math constants + configure bugfix backported
|
changeset |
files
|
2008-02-08 |
alpar |
Update the server and the repository names to lemon.
|
changeset |
files
|
2008-02-08 |
alpar |
Doc improvments backported from hg 9df0fe5e5109
|
changeset |
files
|
2008-02-05 |
kpeter |
Bug fix in heap_test.cc.
|
changeset |
files
|
2008-02-05 |
kpeter |
Several doc improvements and fixes in maps.h and concepts/maps.h.
|
changeset |
files
|
2008-02-05 |
kpeter |
Small fixes in README.
|
changeset |
files
|
2008-02-05 |
kpeter |
Improvements and fixes in dim2.h.
|
changeset |
files
|
2008-02-05 |
kpeter |
Translate Hungarian varible names and improve messages in dim_test.cc.
|
changeset |
files
|
2008-02-05 |
kpeter |
Fix the rename script.
|
changeset |
files
|
2008-01-29 |
klao |
grid_ugraph.h: fixed #18 (global functions inlined)
|
changeset |
files
|
2008-01-28 |
kpeter |
Improved rename script to handle includes correctly.
|
changeset |
files
|
2008-01-21 |
alpar |
Reveal an existing functionality in the documentation
|
changeset |
files
|
2008-01-13 |
kpeter |
Cleanup in the minimum cost flow files.
|
changeset |
files
|
2008-01-13 |
kpeter |
Reimplemented MinMeanCycle to be much more efficient.
|
changeset |
files
|
2008-01-07 |
alpar |
Minor doc fix
|
changeset |
files
|
2008-01-07 |
alpar |
Happy New Year to LEMON (+ better update-copyright-header script)
|
changeset |
files
|
2008-01-04 |
kpeter |
Improved rename script to avoid "undirected digraph".
|
changeset |
files
|
2007-12-31 |
ladanyi |
Include functional because of std::less.
|
changeset |
files
|
2007-12-30 |
deba |
Changing degree of tournament tree
|
changeset |
files
|
2007-12-29 |
deba |
Test program for max weighted matchings
|
changeset |
files
|
2007-12-28 |
deba |
Edmond's Blossom shrinking algroithm:
|
changeset |
files
|
2007-12-27 |
deba |
Renaming state_enum to State
|
changeset |
files
|
2007-12-20 |
deba |
Bug fix in erase
|
changeset |
files
|
2007-12-20 |
deba |
Casting index to int
|
changeset |
files
|
2007-12-19 |
kpeter |
Bug fix (Circulation interface changed).
|
changeset |
files
|
2007-12-19 |
alpar |
Change the local variables lower case
|
changeset |
files
|
2007-12-17 |
deba |
Bug fix
|
changeset |
files
|
2007-12-12 |
deba |
Bug fix
|
changeset |
files
|
2007-12-11 |
deba |
Avoiding warnings
|
changeset |
files
|
2007-12-11 |
deba |
DynEdgeLookUp implementation based on splay trees
|
changeset |
files
|
2007-12-10 |
deba |
Bug fix in doc
|
changeset |
files
|
2007-12-10 |
deba |
Using operation traits in dijkstra
|
changeset |
files
|
2007-12-07 |
kpeter |
Modified rename script (BpGraph instead of Bigraph).
|
changeset |
files
|
2007-12-05 |
kpeter |
Redesigned CapacityScaling algorithm with almost the same interface.
|
changeset |
files
|
2007-12-05 |
kpeter |
Improved docs.
|
changeset |
files
|
2007-12-05 |
kpeter |
Bug fixes.
|
changeset |
files
|
2007-12-04 |
kpeter |
Bug fixes in the rename script.
|
changeset |
files
|