deba [Wed, 15 Dec 2004 19:56:55 +0000] rev 1037
graph_io under construction
This is a working version, but needs more improvments.
todo:
documention + fix the file format
improve the exception system
add some possible asserts
tutorials
deba [Tue, 14 Dec 2004 19:26:50 +0000] rev 1036
reader under construction
alpar [Thu, 09 Dec 2004 17:02:53 +0000] rev 1035
Make UndirListGraph and UndirSmartGraph visible in the doc.
klao [Thu, 09 Dec 2004 15:30:12 +0000] rev 1034
Undir list and smart graph
marci [Thu, 09 Dec 2004 10:45:32 +0000] rev 1033
bug fix
deba [Wed, 08 Dec 2004 20:54:26 +0000] rev 1032
GraphReader under construction
InversableMap
marci [Mon, 06 Dec 2004 11:56:10 +0000] rev 1031
:-(
klao [Mon, 06 Dec 2004 00:30:44 +0000] rev 1030
Undirected graph documentation and concept refinements.
* quite a few bug fixes
* concept::UndirGraph is almost complete and looks quite good.
deba [Fri, 03 Dec 2004 12:19:26 +0000] rev 1029
GraphReader implementation ideas.
+ Question: Why we need common input interface?
marci [Thu, 02 Dec 2004 19:59:30 +0000] rev 1028
:-)
marci [Thu, 02 Dec 2004 17:36:07 +0000] rev 1027
bug fix. previously, it did not work with graphs having non-reference node-maps
marci [Wed, 01 Dec 2004 14:08:37 +0000] rev 1026
More rational structure of classes in MergeGraphWrappers
marci [Mon, 29 Nov 2004 17:55:46 +0000] rev 1025
MergeGraphWrapper bug fixes
ladanyi [Mon, 29 Nov 2004 16:11:51 +0000] rev 1024
Added this in order to prevent losing it.
ladanyi [Mon, 29 Nov 2004 15:30:11 +0000] rev 1023
Added a getCost() method to the Entity. Now prevCost() returns what its name suggests.
klao [Sun, 28 Nov 2004 16:30:10 +0000] rev 1022
UndirGraph implementation nearly complete
klao [Thu, 25 Nov 2004 14:48:24 +0000] rev 1021
Advances in UndirGraph.
* IterableExtender is complete
alpar [Mon, 22 Nov 2004 17:50:26 +0000] rev 1020
Fix Edmonds' name.
marci [Mon, 22 Nov 2004 17:49:07 +0000] rev 1019
the old-style codes are removed from comment
ladanyi [Mon, 22 Nov 2004 14:39:40 +0000] rev 1018
Use lemon::Timer for time measuring. Added the threshold() function and initial threshold and temperature calculation.
marci [Mon, 22 Nov 2004 09:12:33 +0000] rev 1017
Generalized flow by lp
marci [Mon, 22 Nov 2004 09:09:18 +0000] rev 1016
bug fix in SubBidirGraphWrapper, roadmap to MergeGraphWrapper
marci [Sat, 20 Nov 2004 16:12:47 +0000] rev 1015
RoadMap to more general flow algs.
marci [Sat, 20 Nov 2004 14:23:27 +0000] rev 1014
Modifications for hugo 0.2
marci [Sat, 20 Nov 2004 14:09:27 +0000] rev 1013
MergeGraphWrapper
alpar [Sat, 20 Nov 2004 11:10:56 +0000] rev 1012
ObserverRegistry base classed in SnapShot has changed to be protected
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.
alpar [Fri, 19 Nov 2004 18:17:25 +0000] rev 1010
reverseEdge() and contract() member-functions added.