2004-10-30 |
alpar |
ListGraph compilation bug fixed.
|
changeset |
files
|
2004-10-30 |
alpar |
- moveHead() and moveTail() added. Not tested.
|
changeset |
files
|
2004-10-29 |
alpar |
A new doxygen group added for graph utilities.
|
changeset |
files
|
2004-10-27 |
klao |
The graph_factory branch (@ 1321) has been merged to trunk.
|
changeset |
files
|
2004-10-25 |
alpar |
Modify to compile with ++-style iterators.
|
changeset |
files
|
2004-10-16 |
marci |
It's time to design an iterable generic bfs
|
changeset |
files
|
2004-10-13 |
beckerjc |
Bugfix. (removed forgotten "using namespace std")
|
changeset |
files
|
2004-10-11 |
ladanyi |
Naming and coding style fixes and various other changes.
|
changeset |
files
|
2004-10-08 |
marci |
Suurballe and MinCostFlow classes are now able to increase the flow 1 by 1 with
|
changeset |
files
|
2004-10-07 |
marci |
Coding style.
|
changeset |
files
|
2004-10-07 |
alpar |
- Change version 0.2 -> 0.3
|
changeset |
files
|
2004-10-05 |
alpar |
Many of ckeckCompileXYZ()'s are now in the corresponding skeleton headers.
|
changeset |
files
|
2004-10-04 |
deba |
Revert backport changes -r1230.
|
changeset |
files
|
2004-10-04 |
klao |
Some old comments
|
changeset |
files
|
2004-10-04 |
klao |
* Beautifying Makefile.am
|
changeset |
files
|
2004-10-04 |
ladanyi |
Added 'src/demo/Makefile.am'.
|
changeset |
files
|
2004-10-01 |
marci |
NodeSubGraphWrapper, test, and ducumentation modifications.
|
changeset |
files
|
2004-10-01 |
marci |
New EdgeSubGraphWrapper class specializing SubGraphWrapper in the way that only the edge-set can be filtered.
|
changeset |
files
|
2004-09-30 |
marci |
SubGraphWrapper code example, converter from dimacs to graphviz dot file.
|
changeset |
files
|
2004-09-30 |
marci |
documentation os SubGraphWrapper with code example.
|
changeset |
files
|
2004-09-30 |
marci |
mv after 0.2
|
changeset |
files
|
2004-09-30 |
alpar |
Version 0.2 released.
lemon-0.2
|
changeset |
files
|
2004-09-30 |
ladanyi |
minor correction
|
changeset |
files
|
2004-09-30 |
alpar |
Cosmetic changes.
|
changeset |
files
|
2004-09-30 |
alpar |
Use latin-1 encoding.
|
changeset |
files
|
2004-09-30 |
alpar |
- Add myself
|
changeset |
files
|
2004-09-29 |
marci |
more docs
|
changeset |
files
|
2004-09-29 |
klao |
hugo -> lemon renaming leftovers
|
changeset |
files
|
2004-09-29 |
alpar |
hugo -> lemon
|
changeset |
files
|
2004-09-29 |
jacint |
some changes in the doc to make things clearer
|
changeset |
files
|
2004-09-29 |
alpar |
- Backport -r1227 and -r1220
|
changeset |
files
|
2004-09-29 |
ladanyi |
Initial revision.
|
changeset |
files
|
2004-09-28 |
marci |
merge_node_graph_wrapper::nodemap
|
changeset |
files
|
2004-09-28 |
deba |
Fix InEdgeIt and OutEdgeIt in the symmetric graphs.
|
changeset |
files
|
2004-09-28 |
marci |
beginning of a modular, generic merge_graph_wrapper...
|
changeset |
files
|
2004-09-28 |
klao |
Bugfix. (unionfind segfaulted when compiled with icc)
|
changeset |
files
|
2004-09-28 |
klao |
mrproper rule bug
|
changeset |
files
|
2004-09-28 |
marci |
meself
|
changeset |
files
|
2004-09-28 |
alpar |
Fix many doxygen command bugs.
|
changeset |
files
|
2004-09-27 |
marci |
minor corrections
|
changeset |
files
|
2004-09-26 |
deba |
New symmetric Graph concept.
|
changeset |
files
|
2004-09-24 |
jacint |
added myself
|
changeset |
files
|
2004-09-23 |
alpar |
I forgot to apply
|
changeset |
files
|
2004-09-23 |
alpar |
Copyright header added.
|
changeset |
files
|
2004-09-23 |
alpar |
Some code cleaning in id related stuffs
|
changeset |
files
|
2004-09-22 |
alpar |
Do not document registry and map defines.
|
changeset |
files
|
2004-09-22 |
alpar |
Some commenticide was applied.
|
changeset |
files
|
2004-09-22 |
marci |
correction to 0.2
|
changeset |
files
|
2004-09-22 |
marci |
correction of HUGO_... preproc defines.
|
changeset |
files
|
2004-09-22 |
alpar |
'iff' changed to 'if and only if'
|
changeset |
files
|
2004-09-22 |
alpar |
Classes (and corresponting file names) renamed:
|
changeset |
files
|
2004-09-22 |
alpar |
Oops. I forgot to commit this at -r1204.
|
changeset |
files
|
2004-09-22 |
deba |
The default constructors are removed from the maps.
|
changeset |
files
|
2004-09-22 |
alpar |
- mincostflows.h renamed to min_cost_flows.h
|
changeset |
files
|
2004-09-22 |
alpar |
Minor correction to (preflow_graph.inp -> preflow_graph.dim)
|
changeset |
files
|
2004-09-21 |
marci |
todo for real comparison
|
changeset |
files
|
2004-09-21 |
marci |
Dox readable more even.
|
changeset |
files
|
2004-09-21 |
marci |
graph_wrappers now pass the tests.
|
changeset |
files
|
2004-09-20 |
deba |
template<typename CMap> Map(const CMap&) like constructors and
|
changeset |
files
|
2004-09-20 |
marci |
Specialized ConstMap for defining constant maps at compile time, by klao.
|
changeset |
files
|