Sat, 20 Nov 2004 11:10:56 +0000ObserverRegistry base classed in SnapShot has changed to be protected
alpar [Sat, 20 Nov 2004 11:10:56 +0000] rev 1012
ObserverRegistry base classed in SnapShot has changed to be protected

Sat, 20 Nov 2004 10:19:06 +0000- snapshot-rollback functionarity added to ListGraph
alpar [Sat, 20 Nov 2004 10:19:06 +0000] rev 1011
- snapshot-rollback functionarity added to ListGraph
- The iterface of the snapshot-rollback functionarity in SmartGraph has
changed to be compatible with ListGraph::SnapShot.

Fri, 19 Nov 2004 18:17:25 +0000reverseEdge() and contract() member-functions added.
alpar [Fri, 19 Nov 2004 18:17:25 +0000] rev 1010
reverseEdge() and contract() member-functions added.

Fri, 19 Nov 2004 17:22:29 +0000RoadMap to STGraphWrapper
marci [Fri, 19 Nov 2004 17:22:29 +0000] rev 1009
RoadMap to STGraphWrapper

Thu, 18 Nov 2004 22:31:21 +0000RoadMap to MergeGraphWrapper and STGraphWrapper,
marci [Thu, 18 Nov 2004 22:31:21 +0000] rev 1008
RoadMap to MergeGraphWrapper and STGraphWrapper,
NewEdgeSetGraphWrapper which is similar to the old EdgeSet

Thu, 18 Nov 2004 14:37:22 +0000MergeNodeGraphWrapper
marci [Thu, 18 Nov 2004 14:37:22 +0000] rev 1007
MergeNodeGraphWrapper

Thu, 18 Nov 2004 10:17:19 +0000(none)
alpar [Thu, 18 Nov 2004 10:17:19 +0000] rev 1006
(none)

Wed, 17 Nov 2004 22:18:30 +0000- Timer class got direct access to the components of the ellapsed time/
alpar [Wed, 17 Nov 2004 22:18:30 +0000] rev 1005
- Timer class got direct access to the components of the ellapsed time/
- Better docs.

Wed, 17 Nov 2004 19:56:46 +0000misc
marci [Wed, 17 Nov 2004 19:56:46 +0000] rev 1004
misc

Wed, 17 Nov 2004 19:47:08 +0000commercial
marci [Wed, 17 Nov 2004 19:47:08 +0000] rev 1003
commercial

Wed, 17 Nov 2004 19:37:54 +0000MergeNodeGraphWrapper with factory
marci [Wed, 17 Nov 2004 19:37:54 +0000] rev 1002
MergeNodeGraphWrapper with factory

Wed, 17 Nov 2004 17:13:15 +0000Named parameter tests
alpar [Wed, 17 Nov 2004 17:13:15 +0000] rev 1001
Named parameter tests

Wed, 17 Nov 2004 08:47:20 +0000Some comments and minor additions to the AdvancedController.
ladanyi [Wed, 17 Nov 2004 08:47:20 +0000] rev 1000
Some comments and minor additions to the AdvancedController.

Wed, 17 Nov 2004 08:46:07 +0000Added a second SimAnn with the other controller.
ladanyi [Wed, 17 Nov 2004 08:46:07 +0000] rev 999
Added a second SimAnn with the other controller.

Tue, 16 Nov 2004 13:03:47 +0000ErasingFirstGraphWrapper
marci [Tue, 16 Nov 2004 13:03:47 +0000] rev 998
ErasingFirstGraphWrapper

Mon, 15 Nov 2004 16:39:55 +0000RevGraphWrapper modified according to the factory
marci [Mon, 15 Nov 2004 16:39:55 +0000] rev 997
RevGraphWrapper modified according to the factory

Mon, 15 Nov 2004 16:09:07 +0000Ops...
alpar [Mon, 15 Nov 2004 16:09:07 +0000] rev 996
Ops...

Mon, 15 Nov 2004 15:07:11 +0000Unified style hyperlinks in the doc.
alpar [Mon, 15 Nov 2004 15:07:11 +0000] rev 995
Unified style hyperlinks in the doc.

Mon, 15 Nov 2004 15:05:00 +0000Matrix interface running time test...
alpar [Mon, 15 Nov 2004 15:05:00 +0000] rev 994
Matrix interface running time test...

Mon, 15 Nov 2004 13:10:35 +0000error.h brought back to life
klao [Mon, 15 Nov 2004 13:10:35 +0000] rev 993
error.h brought back to life

Mon, 15 Nov 2004 12:25:39 +0000GraphWrapper changes for factory
marci [Mon, 15 Nov 2004 12:25:39 +0000] rev 992
GraphWrapper changes for factory

Sun, 14 Nov 2004 13:15:46 +0000- Move template.h to doc/.
alpar [Sun, 14 Nov 2004 13:15:46 +0000] rev 991
- Move template.h to doc/.
- Insert the license terms into the documentation.
- template.h now appears under the coding style documentation.

Sun, 14 Nov 2004 11:16:36 +0000An 'unused variable' warning when compiled with gcc-3.2.2 is removed
alpar [Sun, 14 Nov 2004 11:16:36 +0000] rev 990
An 'unused variable' warning when compiled with gcc-3.2.2 is removed

Sat, 13 Nov 2004 21:37:54 +0000XyzConcept moved to Xyz::Constraints
deba [Sat, 13 Nov 2004 21:37:54 +0000] rev 989
XyzConcept moved to Xyz::Constraints
use checkConcept in the next way:

checkConcept<ErasableGraph, ListGraph>();
checkConcept<ReadWriteMap<Node, Node>, PredMap>;

Sat, 13 Nov 2004 17:47:44 +0000Revome an obsolete #include line.
alpar [Sat, 13 Nov 2004 17:47:44 +0000] rev 988
Revome an obsolete #include line.

Sat, 13 Nov 2004 17:07:10 +0000Naming changes:
alpar [Sat, 13 Nov 2004 17:07:10 +0000] rev 987
Naming changes:
- ValueType -> Value
- KeyType -> Key
- ReferenceType ->Reference
- PointerType -> Pointer

Sat, 13 Nov 2004 12:53:28 +0000Naming changes:
alpar [Sat, 13 Nov 2004 12:53:28 +0000] rev 986
Naming changes:
- head -> target
- tail -> source

Sat, 13 Nov 2004 12:24:01 +0000Bugfixes in UndirFullGraphBase
alpar [Sat, 13 Nov 2004 12:24:01 +0000] rev 985
Bugfixes in UndirFullGraphBase

Thu, 11 Nov 2004 12:12:28 +0000Copy-Paste bug fix.
deba [Thu, 11 Nov 2004 12:12:28 +0000] rev 984
Copy-Paste bug fix.

Thu, 11 Nov 2004 11:12:42 +0000UndirFullGraphBase is added
deba [Thu, 11 Nov 2004 11:12:42 +0000] rev 983
UndirFullGraphBase is added
It is a graph base which contains only one way directed edges in a full graph.

Thu, 11 Nov 2004 10:29:25 +0000mappable_graph_extender.h erased
deba [Thu, 11 Nov 2004 10:29:25 +0000] rev 982
mappable_graph_extender.h erased

the map extenders are moved to the map implementation headers

Thu, 11 Nov 2004 10:17:20 +0000maxUndirEdgeId modified to maxId(UndirEdge)
deba [Thu, 11 Nov 2004 10:17:20 +0000] rev 981
maxUndirEdgeId modified to maxId(UndirEdge)
maxEdgeId modified to maxId(Edge)

Thu, 11 Nov 2004 09:31:55 +0000maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
deba [Thu, 11 Nov 2004 09:31:55 +0000] rev 980
maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
getNodeObserverRegistry() and getEdgeObserverRegistry() changed to
getObserverRegistry(Node) and getObserverRegistry(Edge)

IdMappableGraphExtender erased

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

Wed, 29 Sep 2004 14:02:14 +0000- Backport -r1227 and -r1220
alpar [Wed, 29 Sep 2004 14:02:14 +0000] rev 919
- Backport -r1227 and -r1220
- Temporarily remove (move to attic) tight_edge_filter.h

Wed, 29 Sep 2004 10:35:35 +0000Initial revision.
ladanyi [Wed, 29 Sep 2004 10:35:35 +0000] rev 918
Initial revision.

Tue, 28 Sep 2004 17:00:18 +0000merge_node_graph_wrapper::nodemap
marci [Tue, 28 Sep 2004 17:00:18 +0000] rev 917
merge_node_graph_wrapper::nodemap

Tue, 28 Sep 2004 16:40:55 +0000Fix InEdgeIt and OutEdgeIt in the symmetric graphs.
deba [Tue, 28 Sep 2004 16:40:55 +0000] rev 916
Fix InEdgeIt and OutEdgeIt in the symmetric graphs.

Tue, 28 Sep 2004 13:45:39 +0000beginning of a modular, generic merge_graph_wrapper...
marci [Tue, 28 Sep 2004 13:45:39 +0000] rev 915
beginning of a modular, generic merge_graph_wrapper...

Tue, 28 Sep 2004 10:32:23 +0000Bugfix. (unionfind segfaulted when compiled with icc)
klao [Tue, 28 Sep 2004 10:32:23 +0000] rev 914
Bugfix. (unionfind segfaulted when compiled with icc)

Tue, 28 Sep 2004 08:35:27 +0000mrproper rule bug
klao [Tue, 28 Sep 2004 08:35:27 +0000] rev 913
mrproper rule bug

Tue, 28 Sep 2004 08:15:04 +0000meself
marci [Tue, 28 Sep 2004 08:15:04 +0000] rev 912
meself

Tue, 28 Sep 2004 07:00:58 +0000Fix many doxygen command bugs.
alpar [Tue, 28 Sep 2004 07:00:58 +0000] rev 911
Fix many doxygen command bugs.

Mon, 27 Sep 2004 18:11:27 +0000minor corrections
marci [Mon, 27 Sep 2004 18:11:27 +0000] rev 910
minor corrections

Sun, 26 Sep 2004 21:43:38 +0000New symmetric Graph concept.
deba [Sun, 26 Sep 2004 21:43:38 +0000] rev 909
New symmetric Graph concept.
New symmetric list and smart graph.
Symmetric Graph tests based on the Graph Tests.

Fri, 24 Sep 2004 11:55:54 +0000added myself
jacint [Fri, 24 Sep 2004 11:55:54 +0000] rev 908
added myself

Thu, 23 Sep 2004 15:09:55 +0000I forgot to apply
alpar [Thu, 23 Sep 2004 15:09:55 +0000] rev 907
I forgot to apply
for i in `ls *.h`; do rpl template.h $i $i; done
in src/hugo/attic

Thu, 23 Sep 2004 15:05:20 +0000Copyright header added.
alpar [Thu, 23 Sep 2004 15:05:20 +0000] rev 906
Copyright header added.

Thu, 23 Sep 2004 14:40:45 +0000Some code cleaning in id related stuffs
alpar [Thu, 23 Sep 2004 14:40:45 +0000] rev 905
Some code cleaning in id related stuffs

Wed, 22 Sep 2004 12:42:19 +0000Do not document registry and map defines.
alpar [Wed, 22 Sep 2004 12:42:19 +0000] rev 904
Do not document registry and map defines.

Wed, 22 Sep 2004 12:33:30 +0000Some commenticide was applied.
alpar [Wed, 22 Sep 2004 12:33:30 +0000] rev 903
Some commenticide was applied.

Wed, 22 Sep 2004 12:25:50 +0000correction to 0.2
marci [Wed, 22 Sep 2004 12:25:50 +0000] rev 902
correction to 0.2

Wed, 22 Sep 2004 10:47:59 +0000correction of HUGO_... preproc defines.
marci [Wed, 22 Sep 2004 10:47:59 +0000] rev 901
correction of HUGO_... preproc defines.

Wed, 22 Sep 2004 09:58:17 +0000'iff' changed to 'if and only if'
alpar [Wed, 22 Sep 2004 09:58:17 +0000] rev 900
'iff' changed to 'if and only if'

Wed, 22 Sep 2004 09:55:41 +0000Classes (and corresponting file names) renamed:
alpar [Wed, 22 Sep 2004 09:55:41 +0000] rev 899
Classes (and corresponting file names) renamed:
- MinLengthPaths -> Suurballe
- MinCostFlows -> MinCostFlow

Wed, 22 Sep 2004 08:54:53 +0000Oops. I forgot to commit this at -r1204.
alpar [Wed, 22 Sep 2004 08:54:53 +0000] rev 898
Oops. I forgot to commit this at -r1204.

Wed, 22 Sep 2004 08:04:31 +0000The default constructors are removed from the maps.
deba [Wed, 22 Sep 2004 08:04:31 +0000] rev 897
The default constructors are removed from the maps.
The ArrayMap is the map structure of the graphs.

Wed, 22 Sep 2004 07:32:57 +0000- mincostflows.h renamed to min_cost_flows.h
alpar [Wed, 22 Sep 2004 07:32:57 +0000] rev 896
- mincostflows.h renamed to min_cost_flows.h
- minlengthpaths.h renamed to min_length_paths.h
- src/test/old_path_test.cc removed

Wed, 22 Sep 2004 07:22:34 +0000Minor correction to (preflow_graph.inp -> preflow_graph.dim)
alpar [Wed, 22 Sep 2004 07:22:34 +0000] rev 895
Minor correction to (preflow_graph.inp -> preflow_graph.dim)

Tue, 21 Sep 2004 21:28:43 +0000todo for real comparison
marci [Tue, 21 Sep 2004 21:28:43 +0000] rev 894
todo for real comparison

Tue, 21 Sep 2004 21:10:26 +0000Dox readable more even.
marci [Tue, 21 Sep 2004 21:10:26 +0000] rev 893
Dox readable more even.

Tue, 21 Sep 2004 11:54:20 +0000graph_wrappers now pass the tests.
marci [Tue, 21 Sep 2004 11:54:20 +0000] rev 892
graph_wrappers now pass the tests.

Mon, 20 Sep 2004 22:57:48 +0000template<typename CMap> Map(const CMap&) like constructors and
deba [Mon, 20 Sep 2004 22:57:48 +0000] rev 891
template<typename CMap> Map(const CMap&) like constructors and
assigns are removed.

Mon, 20 Sep 2004 17:53:33 +0000Specialized ConstMap for defining constant maps at compile time, by klao.
marci [Mon, 20 Sep 2004 17:53:33 +0000] rev 890
Specialized ConstMap for defining constant maps at compile time, by klao.
Time comparision of the generic and specialized maps.

Mon, 20 Sep 2004 16:20:11 +0000EXAMPLE_PATH is set to the demo dir.
marci [Mon, 20 Sep 2004 16:20:11 +0000] rev 889
EXAMPLE_PATH is set to the demo dir.

Mon, 20 Sep 2004 09:05:19 +0000(none)
marci [Mon, 20 Sep 2004 09:05:19 +0000] rev 888
(none)

Mon, 20 Sep 2004 08:27:34 +0000new test graph
jacint [Mon, 20 Sep 2004 08:27:34 +0000] rev 887
new test graph

Mon, 20 Sep 2004 08:05:59 +0000(none)
jacint [Mon, 20 Sep 2004 08:05:59 +0000] rev 886
(none)

Sun, 19 Sep 2004 15:24:56 +0000Kruskal cleanup:
klao [Sun, 19 Sep 2004 15:24:56 +0000] rev 885
Kruskal cleanup:
- resolved the NonConstMapWr bug
- docs added for NonConstMapWr and KruskalSequenceOut

Sun, 19 Sep 2004 13:39:25 +0000Somebody forgot to remove these.
klao [Sun, 19 Sep 2004 13:39:25 +0000] rev 884
Somebody forgot to remove these.

Sun, 19 Sep 2004 12:45:35 +0000Put away debug.h and error.h temporarily.
alpar [Sun, 19 Sep 2004 12:45:35 +0000] rev 883
Put away debug.h and error.h temporarily.

Sun, 19 Sep 2004 12:26:42 +0000This was forgotten to add from the previous commit.
alpar [Sun, 19 Sep 2004 12:26:42 +0000] rev 882
This was forgotten to add from the previous commit.

Sun, 19 Sep 2004 12:24:48 +0000Right (but still too short) documentation of the namespaces.
alpar [Sun, 19 Sep 2004 12:24:48 +0000] rev 881
Right (but still too short) documentation of the namespaces.

Fri, 17 Sep 2004 15:51:50 +0000- Name changing: XYZGraphSkeleton -> XYZGraph
alpar [Fri, 17 Sep 2004 15:51:50 +0000] rev 880
- Name changing: XYZGraphSkeleton -> XYZGraph
- Fix some bad \ref's in the doc.

Fri, 17 Sep 2004 15:11:39 +0000An alert added to doc.
alpar [Fri, 17 Sep 2004 15:11:39 +0000] rev 879
An alert added to doc.

Fri, 17 Sep 2004 12:23:09 +0000Graph wrapper tests added.
alpar [Fri, 17 Sep 2004 12:23:09 +0000] rev 878
Graph wrapper tests added.

Fri, 17 Sep 2004 07:02:16 +0000Fix maps in the GraphWrappers.
deba [Fri, 17 Sep 2004 07:02:16 +0000] rev 877
Fix maps in the GraphWrappers.

Thu, 16 Sep 2004 20:55:01 +0000Go back to -r1169 in order to be able to compile minlengthpath_test.cc
alpar [Thu, 16 Sep 2004 20:55:01 +0000] rev 876
Go back to -r1169 in order to be able to compile minlengthpath_test.cc

Thu, 16 Sep 2004 19:51:28 +0000Changed to conform to the new iterator style.
ladanyi [Thu, 16 Sep 2004 19:51:28 +0000] rev 875
Changed to conform to the new iterator style.

Thu, 16 Sep 2004 19:24:15 +0000Document the file itself.
alpar [Thu, 16 Sep 2004 19:24:15 +0000] rev 874
Document the file itself.

Thu, 16 Sep 2004 19:23:41 +0000- GraphSkeleton renamed to ExtendableGraphSkeleton
alpar [Thu, 16 Sep 2004 19:23:41 +0000] rev 873
- GraphSkeleton renamed to ExtendableGraphSkeleton
- Use full explicit namespaces in some places in order to work with icc. (I don't know why they are necessary.)

Thu, 16 Sep 2004 19:18:18 +0000Cross references turned off.
alpar [Thu, 16 Sep 2004 19:18:18 +0000] rev 872
Cross references turned off.

Thu, 16 Sep 2004 15:18:25 +0000(none)
marci [Thu, 16 Sep 2004 15:18:25 +0000] rev 871
(none)

Thu, 16 Sep 2004 15:05:10 +0000(none)
marci [Thu, 16 Sep 2004 15:05:10 +0000] rev 870
(none)

Thu, 16 Sep 2004 14:27:27 +0000more docs
marci [Thu, 16 Sep 2004 14:27:27 +0000] rev 869
more docs

Thu, 16 Sep 2004 14:01:36 +0000This is needed for the demo.
marci [Thu, 16 Sep 2004 14:01:36 +0000] rev 868
This is needed for the demo.

Thu, 16 Sep 2004 13:59:36 +0000Demo file for SubGraphWrapper<Graph>. Documentation will be added later.
marci [Thu, 16 Sep 2004 13:59:36 +0000] rev 867
Demo file for SubGraphWrapper<Graph>. Documentation will be added later.
The purpose of this graph is to have an easy and short demo for the above class.

Thu, 16 Sep 2004 13:57:41 +0000(none)
marci [Thu, 16 Sep 2004 13:57:41 +0000] rev 866
(none)

Thu, 16 Sep 2004 13:54:46 +0000Sorry, the name chosen was a mistake.
marci [Thu, 16 Sep 2004 13:54:46 +0000] rev 865
Sorry, the name chosen was a mistake.

Thu, 16 Sep 2004 13:54:01 +0000(none)
marci [Thu, 16 Sep 2004 13:54:01 +0000] rev 864
(none)

Thu, 16 Sep 2004 11:11:01 +0000An edge-map which shows the tight edges w.r.t a potential and an edge-distance function.
marci [Thu, 16 Sep 2004 11:11:01 +0000] rev 863
An edge-map which shows the tight edges w.r.t a potential and an edge-distance function.

Thu, 16 Sep 2004 10:59:52 +0000bug correction
marci [Thu, 16 Sep 2004 10:59:52 +0000] rev 862
bug correction

Thu, 16 Sep 2004 10:59:30 +0000bug correction in SubGraphWrapper<Graph>::NodeIt::NodeIt(...)
marci [Thu, 16 Sep 2004 10:59:30 +0000] rev 861
bug correction in SubGraphWrapper<Graph>::NodeIt::NodeIt(...)

Thu, 16 Sep 2004 10:26:14 +0000Completed documentation for mincostflows and minlengthpaths.
athos [Thu, 16 Sep 2004 10:26:14 +0000] rev 860
Completed documentation for mincostflows and minlengthpaths.

Wed, 15 Sep 2004 14:38:13 +0000Forgotten std::
klao [Wed, 15 Sep 2004 14:38:13 +0000] rev 859
Forgotten std::
Apropos, why does it compile without it?

Wed, 15 Sep 2004 14:25:44 +0000Handling strings with std::string
klao [Wed, 15 Sep 2004 14:25:44 +0000] rev 858
Handling strings with std::string
Do not segfault if srcdir env. variable is not set.

Wed, 15 Sep 2004 14:04:57 +0000docs changes
jacint [Wed, 15 Sep 2004 14:04:57 +0000] rev 857
docs changes

Wed, 15 Sep 2004 12:20:21 +0000- Modifications to compile with icc.
alpar [Wed, 15 Sep 2004 12:20:21 +0000] rev 856
- Modifications to compile with icc.
- Remove some comments.

Wed, 15 Sep 2004 11:50:50 +0000Better handling of the input files of the tests.
alpar [Wed, 15 Sep 2004 11:50:50 +0000] rev 855
Better handling of the input files of the tests.

Wed, 15 Sep 2004 10:34:12 +0000correction of SubGraphWrapper bug.
marci [Wed, 15 Sep 2004 10:34:12 +0000] rev 854
correction of SubGraphWrapper bug.

Tue, 14 Sep 2004 17:42:43 +0000Change the name of a template parameter.
alpar [Tue, 14 Sep 2004 17:42:43 +0000] rev 853
Change the name of a template parameter.

Tue, 14 Sep 2004 17:41:40 +0000Remove obsolete features.
alpar [Tue, 14 Sep 2004 17:41:40 +0000] rev 852
Remove obsolete features.

Tue, 14 Sep 2004 10:29:47 +0000Changes in doc.
alpar [Tue, 14 Sep 2004 10:29:47 +0000] rev 851
Changes in doc.

Tue, 14 Sep 2004 10:23:26 +0000(none)
marci [Tue, 14 Sep 2004 10:23:26 +0000] rev 850
(none)

Tue, 14 Sep 2004 10:09:24 +0000(none)
marci [Tue, 14 Sep 2004 10:09:24 +0000] rev 849
(none)

Tue, 14 Sep 2004 09:53:57 +0000Set 'svn:ignore' property.
ladanyi [Tue, 14 Sep 2004 09:53:57 +0000] rev 848
Set 'svn:ignore' property.

Tue, 14 Sep 2004 09:52:00 +0000Set 'svn:ignore' property (again).
ladanyi [Tue, 14 Sep 2004 09:52:00 +0000] rev 847
Set 'svn:ignore' property (again).

Tue, 14 Sep 2004 09:02:33 +0000Set 'svn:ignore' property.
ladanyi [Tue, 14 Sep 2004 09:02:33 +0000] rev 846
Set 'svn:ignore' property.

Tue, 14 Sep 2004 08:16:14 +0000'make distcheck' works again\!
ladanyi [Tue, 14 Sep 2004 08:16:14 +0000] rev 845
'make distcheck' works again\!

Mon, 13 Sep 2004 20:05:13 +0000Bug fix in the symmetric maps.
deba [Mon, 13 Sep 2004 20:05:13 +0000] rev 844
Bug fix in the symmetric maps.
Faster map initialization.
Iterators and Containers STL compatible.

Mon, 13 Sep 2004 18:00:26 +0000Minor corrections. "make distclean" still doesn't work.
alpar [Mon, 13 Sep 2004 18:00:26 +0000] rev 843
Minor corrections. "make distclean" still doesn't work.

Mon, 13 Sep 2004 17:20:03 +0000Fix a DANGEROUS bug.
alpar [Mon, 13 Sep 2004 17:20:03 +0000] rev 842
Fix a DANGEROUS bug.

Mon, 13 Sep 2004 17:14:47 +0000Change the compilation order.
alpar [Mon, 13 Sep 2004 17:14:47 +0000] rev 841
Change the compilation order.

Mon, 13 Sep 2004 17:14:03 +0000Change MaxFlow to Preflow.
alpar [Mon, 13 Sep 2004 17:14:03 +0000] rev 840
Change MaxFlow to Preflow.

Mon, 13 Sep 2004 17:13:16 +0000Remove unnecessary include headers.
alpar [Mon, 13 Sep 2004 17:13:16 +0000] rev 839
Remove unnecessary include headers.

Mon, 13 Sep 2004 16:15:12 +0000(none)
marci [Mon, 13 Sep 2004 16:15:12 +0000] rev 838
(none)

Mon, 13 Sep 2004 15:30:01 +0000Reserve is resolved.
hegyi [Mon, 13 Sep 2004 15:30:01 +0000] rev 837
Reserve is resolved.

Mon, 13 Sep 2004 13:57:13 +0000preflow last changes
jacint [Mon, 13 Sep 2004 13:57:13 +0000] rev 836
preflow last changes

Mon, 13 Sep 2004 11:24:35 +0000Remove one remaining range checking.
alpar [Mon, 13 Sep 2004 11:24:35 +0000] rev 835
Remove one remaining range checking.

Mon, 13 Sep 2004 10:50:30 +0000There is no runtime debug in path.h
hegyi [Mon, 13 Sep 2004 10:50:30 +0000] rev 834
There is no runtime debug in path.h

Mon, 13 Sep 2004 10:50:28 +0000preflow test
jacint [Mon, 13 Sep 2004 10:50:28 +0000] rev 833
preflow test

Sun, 12 Sep 2004 22:12:29 +0000Eliminating redundant lines.
hegyi [Sun, 12 Sep 2004 22:12:29 +0000] rev 832
Eliminating redundant lines.

Sun, 12 Sep 2004 21:46:26 +0000The first version of new path test program. The old became old_path_test.
hegyi [Sun, 12 Sep 2004 21:46:26 +0000] rev 831
The first version of new path test program. The old became old_path_test.

Sun, 12 Sep 2004 19:32:21 +0000KeySet and ValueSet are inserted into the map structures.
deba [Sun, 12 Sep 2004 19:32:21 +0000] rev 830
KeySet and ValueSet are inserted into the map structures.
They makes possible the iterating on the keys or values only.

Thu, 09 Sep 2004 09:40:45 +0000... and add the missing header files.
alpar [Thu, 09 Sep 2004 09:40:45 +0000] rev 829
... and add the missing header files.

Thu, 09 Sep 2004 09:27:01 +0000- hugo/skeletons/path.h added.
alpar [Thu, 09 Sep 2004 09:27:01 +0000] rev 828
- hugo/skeletons/path.h added.
- Obsolete XYZ_map_factory.h's removed.

Thu, 09 Sep 2004 09:24:16 +0000Improve docs.
alpar [Thu, 09 Sep 2004 09:24:16 +0000] rev 827
Improve docs.

Thu, 09 Sep 2004 09:18:41 +0000Spell checking (Ereasable ->Erasable), affected also the code.
alpar [Thu, 09 Sep 2004 09:18:41 +0000] rev 826
Spell checking (Ereasable ->Erasable), affected also the code.

Thu, 09 Sep 2004 07:09:41 +0000Improved docs.
alpar [Thu, 09 Sep 2004 07:09:41 +0000] rev 825
Improved docs.

Thu, 09 Sep 2004 07:09:11 +0000Shorter template parameter names to be more readable in Doxygen.
alpar [Thu, 09 Sep 2004 07:09:11 +0000] rev 824
Shorter template parameter names to be more readable in Doxygen.

Wed, 08 Sep 2004 12:12:16 +0000There was a little troublie with the true return statement
hegyi [Wed, 08 Sep 2004 12:12:16 +0000] rev 823
There was a little troublie with the true return statement

Wed, 08 Sep 2004 12:06:45 +0000The MapFactories have been removed from the code because
deba [Wed, 08 Sep 2004 12:06:45 +0000] rev 822
The MapFactories have been removed from the code because
if we use macros then they increases only the complexity.

The pair iterators of the maps are separeted from the maps.

Some macros and comments has been changed.

Wed, 08 Sep 2004 11:58:06 +0000This is needed by path.h
hegyi [Wed, 08 Sep 2004 11:58:06 +0000] rev 821
This is needed by path.h