2004-11-08 |
alpar |
Several changes in doc.
|
changeset |
files
|
2004-11-08 |
ladanyi |
Added an init method to the controller, and started writing a second controller.
|
changeset |
files
|
2004-11-08 |
ladanyi |
Moved the includes to simann.h.
|
changeset |
files
|
2004-11-05 |
alpar |
Doc improvements
|
changeset |
files
|
2004-11-05 |
ladanyi |
Updated the makefile.
|
changeset |
files
|
2004-11-05 |
klao |
Undirect graph implementation.
|
changeset |
files
|
2004-11-04 |
klao |
* Somewhat less redundant and a bit more correct graph concepts.
|
changeset |
files
|
2004-11-04 |
ladanyi |
Renamed simann_test.cc to simann_demo.cc.
|
changeset |
files
|
2004-11-04 |
klao |
skeleton(s) -> concept renaming
|
changeset |
files
|
2004-11-04 |
ladanyi |
Updated because of the recent changes in simann.h.
|
changeset |
files
|
2004-11-04 |
ladanyi |
Now the controller asks SimAnnBase for the various costs.
|
changeset |
files
|
2004-11-04 |
ladanyi |
Added the SimpleController class, and removed the first version of SimAnn in favour of the second.
|
changeset |
files
|
2004-11-02 |
alpar |
Improve docs.
|
changeset |
files
|
2004-11-01 |
alpar |
Improved docs.
|
changeset |
files
|
2004-11-01 |
alpar |
- Named parameters and traits for Dijkstra
|
changeset |
files
|
2004-11-01 |
alpar |
Traits + Named Parameters version
|
changeset |
files
|
2004-10-30 |
alpar |
- SmallGraph is also a class instead of being a typedef.
|
changeset |
files
|
2004-10-30 |
alpar |
- Changes in doc (spell check).
|
changeset |
files
|
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
|