Wed, 10 Nov 2004 21:59:59 +0000"make check" pass under icc v8.0
klao [Wed, 10 Nov 2004 21:59:59 +0000] rev 979
"make check" pass under icc v8.0

* There are _many_ remarks which are worth examinating! Non-inline (and even
not template) functions in header files for example.

Wed, 10 Nov 2004 21:42:28 +0000"make check" pass under gcc-3.4.3
klao [Wed, 10 Nov 2004 21:42:28 +0000] rev 978
"make check" pass under gcc-3.4.3

Wed, 10 Nov 2004 20:14:32 +0000* enable_if imported from BOOST
klao [Wed, 10 Nov 2004 20:14:32 +0000] rev 977
* enable_if imported from BOOST
* count{Nodes,Edges} implemented via graph tags
* some #include bugs fixed

Wed, 10 Nov 2004 19:59:14 +0000A demonstration how to use _optional_ boolean tags.
klao [Wed, 10 Nov 2004 19:59:14 +0000] rev 976
A demonstration how to use _optional_ boolean tags.

Wed, 10 Nov 2004 12:51:30 +0000for better compatibility with gcc-3.4
marci [Wed, 10 Nov 2004 12:51:30 +0000] rev 975
for better compatibility with gcc-3.4

Wed, 10 Nov 2004 11:42:00 +0000Changes in doc.
alpar [Wed, 10 Nov 2004 11:42:00 +0000] rev 974
Changes in doc.

Tue, 09 Nov 2004 17:48:52 +0000- Add makeSnapshot()/rollBack() functionality
alpar [Tue, 09 Nov 2004 17:48:52 +0000] rev 973
- Add makeSnapshot()/rollBack() functionality
- Remove an unnecessary #include

Tue, 09 Nov 2004 09:12:35 +0000A graph reader interface proposal
alpar [Tue, 09 Nov 2004 09:12:35 +0000] rev 972
A graph reader interface proposal

Mon, 08 Nov 2004 16:42:35 +0000remove an annoying warning
klao [Mon, 08 Nov 2004 16:42:35 +0000] rev 971
remove an annoying warning

Mon, 08 Nov 2004 16:33:53 +0000partial graph_wrapper changes with graph_factory
marci [Mon, 08 Nov 2004 16:33:53 +0000] rev 970
partial graph_wrapper changes with graph_factory

Mon, 08 Nov 2004 15:24:53 +0000findEdge() declaration went to the right place (for the sake of Doxygen.)
alpar [Mon, 08 Nov 2004 15:24:53 +0000] rev 969
findEdge() declaration went to the right place (for the sake of Doxygen.)

Mon, 08 Nov 2004 15:23:31 +0000Several changes in doc.
alpar [Mon, 08 Nov 2004 15:23:31 +0000] rev 968
Several changes in doc.

Mon, 08 Nov 2004 15:22:39 +0000Several changes in doc.
alpar [Mon, 08 Nov 2004 15:22:39 +0000] rev 967
Several changes in doc.

Mon, 08 Nov 2004 08:40:37 +0000Added an init method to the controller, and started writing a second controller.
ladanyi [Mon, 08 Nov 2004 08:40:37 +0000] rev 966
Added an init method to the controller, and started writing a second controller.

Mon, 08 Nov 2004 08:37:41 +0000Moved the includes to simann.h.
ladanyi [Mon, 08 Nov 2004 08:37:41 +0000] rev 965
Moved the includes to simann.h.

Fri, 05 Nov 2004 07:26:20 +0000Doc improvements
alpar [Fri, 05 Nov 2004 07:26:20 +0000] rev 964
Doc improvements

Fri, 05 Nov 2004 05:46:46 +0000Updated the makefile.
ladanyi [Fri, 05 Nov 2004 05:46:46 +0000] rev 963
Updated the makefile.

Fri, 05 Nov 2004 00:31:49 +0000Undirect graph implementation.
klao [Fri, 05 Nov 2004 00:31:49 +0000] rev 962
Undirect graph implementation.
Not yet done, untested.

Thu, 04 Nov 2004 22:04:51 +0000* Somewhat less redundant and a bit more correct graph concepts.
klao [Thu, 04 Nov 2004 22:04:51 +0000] rev 961
* Somewhat less redundant and a bit more correct graph concepts.
* graph_wrapper_test does not compile

Thu, 04 Nov 2004 21:28:55 +0000Renamed simann_test.cc to simann_demo.cc.
ladanyi [Thu, 04 Nov 2004 21:28:55 +0000] rev 960
Renamed simann_test.cc to simann_demo.cc.

Thu, 04 Nov 2004 20:24:59 +0000skeleton(s) -> concept renaming
klao [Thu, 04 Nov 2004 20:24:59 +0000] rev 959
skeleton(s) -> concept renaming

Thu, 04 Nov 2004 18:52:31 +0000Updated because of the recent changes in simann.h.
ladanyi [Thu, 04 Nov 2004 18:52:31 +0000] rev 958
Updated because of the recent changes in simann.h.

Thu, 04 Nov 2004 18:48:58 +0000Now the controller asks SimAnnBase for the various costs.
ladanyi [Thu, 04 Nov 2004 18:48:58 +0000] rev 957
Now the controller asks SimAnnBase for the various costs.

Thu, 04 Nov 2004 13:32:44 +0000Added the SimpleController class, and removed the first version of SimAnn in favour of the second.
ladanyi [Thu, 04 Nov 2004 13:32:44 +0000] rev 956
Added the SimpleController class, and removed the first version of SimAnn in favour of the second.

Tue, 02 Nov 2004 06:28:38 +0000Improve docs.
alpar [Tue, 02 Nov 2004 06:28:38 +0000] rev 955
Improve docs.

Mon, 01 Nov 2004 19:00:19 +0000Improved docs.
alpar [Mon, 01 Nov 2004 19:00:19 +0000] rev 954
Improved docs.

Mon, 01 Nov 2004 17:57:19 +0000- Named parameters and traits for Dijkstra
alpar [Mon, 01 Nov 2004 17:57:19 +0000] rev 953
- Named parameters and traits for Dijkstra
(in src/work/alpar/dijkstra.h to be swithced to src/lemon)
- doc/named-param.dox: Doxygen page for named parameters.

Mon, 01 Nov 2004 07:04:52 +0000Traits + Named Parameters version
alpar [Mon, 01 Nov 2004 07:04:52 +0000] rev 952
Traits + Named Parameters version

Sat, 30 Oct 2004 18:51:00 +0000- SmallGraph is also a class instead of being a typedef.
alpar [Sat, 30 Oct 2004 18:51:00 +0000] rev 951
- SmallGraph is also a class instead of being a typedef.
(For the sake of doxygen.)

Sat, 30 Oct 2004 18:33:14 +0000- Changes in doc (spell check).
alpar [Sat, 30 Oct 2004 18:33:14 +0000] rev 950
- Changes in doc (spell check).
- SmallGraph is a class instead of being a typedef. (For the sake of doxygen.)

Sat, 30 Oct 2004 18:30:29 +0000ListGraph compilation bug fixed.
alpar [Sat, 30 Oct 2004 18:30:29 +0000] rev 949
ListGraph compilation bug fixed.

Sat, 30 Oct 2004 16:30:12 +0000- moveHead() and moveTail() added. Not tested.
alpar [Sat, 30 Oct 2004 16:30:12 +0000] rev 948
- moveHead() and moveTail() added. Not tested.

Fri, 29 Oct 2004 06:04:43 +0000A new doxygen group added for graph utilities.
alpar [Fri, 29 Oct 2004 06:04:43 +0000] rev 947
A new doxygen group added for graph utilities.

Wed, 27 Oct 2004 22:38:50 +0000The graph_factory branch (@ 1321) has been merged to trunk.
klao [Wed, 27 Oct 2004 22:38:50 +0000] rev 946
The graph_factory branch (@ 1321) has been merged to trunk.

Mon, 25 Oct 2004 13:29:46 +0000Modify to compile with ++-style iterators.
alpar [Mon, 25 Oct 2004 13:29:46 +0000] rev 945
Modify to compile with ++-style iterators.

Sat, 16 Oct 2004 00:20:13 +0000It's time to design an iterable generic bfs
marci [Sat, 16 Oct 2004 00:20:13 +0000] rev 944
It's time to design an iterable generic bfs

Wed, 13 Oct 2004 15:52:35 +0000Bugfix. (removed forgotten "using namespace std")
beckerjc [Wed, 13 Oct 2004 15:52:35 +0000] rev 943
Bugfix. (removed forgotten "using namespace std")

Mon, 11 Oct 2004 18:02:48 +0000Naming and coding style fixes and various other changes.
ladanyi [Mon, 11 Oct 2004 18:02:48 +0000] rev 942
Naming and coding style fixes and various other changes.

Fri, 08 Oct 2004 13:07:51 +0000Suurballe and MinCostFlow classes are now able to increase the flow 1 by 1 with
marci [Fri, 08 Oct 2004 13:07:51 +0000] rev 941
Suurballe and MinCostFlow classes are now able to increase the flow 1 by 1 with
this->augment()

Thu, 07 Oct 2004 17:21:27 +0000Coding style.
marci [Thu, 07 Oct 2004 17:21:27 +0000] rev 940
Coding style.

Thu, 07 Oct 2004 07:39:42 +0000- Change version 0.2 -> 0.3
alpar [Thu, 07 Oct 2004 07:39:42 +0000] rev 939
- Change version 0.2 -> 0.3
- Doxyfile change for right #include< >'s (in Doxygen 1.9 only)

Tue, 05 Oct 2004 09:41:05 +0000Many of ckeckCompileXYZ()'s are now in the corresponding skeleton headers.
alpar [Tue, 05 Oct 2004 09:41:05 +0000] rev 938
Many of ckeckCompileXYZ()'s are now in the corresponding skeleton headers.
(Tests for Symmetric Graphs are still to be moved)

Mon, 04 Oct 2004 17:13:21 +0000Revert backport changes -r1230.
deba [Mon, 04 Oct 2004 17:13:21 +0000] rev 937
Revert backport changes -r1230.

Mon, 04 Oct 2004 16:03:25 +0000Some old comments
klao [Mon, 04 Oct 2004 16:03:25 +0000] rev 936
Some old comments

Mon, 04 Oct 2004 16:00:14 +0000* Beautifying Makefile.am
klao [Mon, 04 Oct 2004 16:00:14 +0000] rev 935
* Beautifying Makefile.am
* svn:ignore on "demo" dir

Mon, 04 Oct 2004 14:43:11 +0000Added 'src/demo/Makefile.am'.
ladanyi [Mon, 04 Oct 2004 14:43:11 +0000] rev 934
Added 'src/demo/Makefile.am'.

Fri, 01 Oct 2004 11:31:03 +0000NodeSubGraphWrapper, test, and ducumentation modifications.
marci [Fri, 01 Oct 2004 11:31:03 +0000] rev 933
NodeSubGraphWrapper, test, and ducumentation modifications.

Fri, 01 Oct 2004 10:08:43 +0000New EdgeSubGraphWrapper class specializing SubGraphWrapper in the way that only the edge-set can be filtered.
marci [Fri, 01 Oct 2004 10:08:43 +0000] rev 932
New EdgeSubGraphWrapper class specializing SubGraphWrapper in the way that only the edge-set can be filtered.

Thu, 30 Sep 2004 17:32:00 +0000SubGraphWrapper code example, converter from dimacs to graphviz dot file.
marci [Thu, 30 Sep 2004 17:32:00 +0000] rev 931
SubGraphWrapper code example, converter from dimacs to graphviz dot file.
The second one can be a tool for generating documentation of code examples.

Thu, 30 Sep 2004 17:30:20 +0000documentation os SubGraphWrapper with code example.
marci [Thu, 30 Sep 2004 17:30:20 +0000] rev 930
documentation os SubGraphWrapper with code example.

Thu, 30 Sep 2004 16:08:20 +0000mv after 0.2
marci [Thu, 30 Sep 2004 16:08:20 +0000] rev 929
mv after 0.2

Thu, 30 Sep 2004 10:15:52 +0000Version 0.2 released. lemon-0.2
alpar [Thu, 30 Sep 2004 10:15:52 +0000] rev 928
Version 0.2 released.

Thu, 30 Sep 2004 09:31:38 +0000minor correction
ladanyi [Thu, 30 Sep 2004 09:31:38 +0000] rev 927
minor correction

Thu, 30 Sep 2004 09:24:01 +0000Cosmetic changes.
alpar [Thu, 30 Sep 2004 09:24:01 +0000] rev 926
Cosmetic changes.

Thu, 30 Sep 2004 08:15:13 +0000Use latin-1 encoding.
alpar [Thu, 30 Sep 2004 08:15:13 +0000] rev 925
Use latin-1 encoding.

Thu, 30 Sep 2004 08:13:51 +0000- Add myself
alpar [Thu, 30 Sep 2004 08:13:51 +0000] rev 924
- Add myself
- Cosmetic changes

Wed, 29 Sep 2004 19:02:26 +0000more docs
marci [Wed, 29 Sep 2004 19:02:26 +0000] rev 923
more docs

Wed, 29 Sep 2004 16:31:24 +0000hugo -> lemon renaming leftovers
klao [Wed, 29 Sep 2004 16:31:24 +0000] rev 922
hugo -> lemon renaming leftovers

Wed, 29 Sep 2004 15:30:04 +0000hugo -> lemon
alpar [Wed, 29 Sep 2004 15:30:04 +0000] rev 921
hugo -> lemon

Wed, 29 Sep 2004 14:12:26 +0000some changes in the doc to make things clearer
jacint [Wed, 29 Sep 2004 14:12:26 +0000] rev 920
some changes in the doc to make things clearer