2004-12-03 deba GraphReader implementation ideas.
2004-12-02 marci :-)
2004-12-02 marci bug fix. previously, it did not work with graphs having non-reference node-maps
2004-12-01 marci More rational structure of classes in MergeGraphWrappers
2004-11-29 marci MergeGraphWrapper bug fixes
2004-11-29 ladanyi Added this in order to prevent losing it.
2004-11-29 ladanyi Added a getCost() method to the Entity. Now prevCost() returns what its name suggests.
2004-11-28 klao UndirGraph implementation nearly complete
2004-11-25 klao Advances in UndirGraph.
2004-11-22 alpar Fix Edmonds' name.
2004-11-22 marci the old-style codes are removed from comment
2004-11-22 ladanyi Use lemon::Timer for time measuring. Added the threshold() function and initial threshold and temperature calculation.
2004-11-22 marci Generalized flow by lp
2004-11-22 marci bug fix in SubBidirGraphWrapper, roadmap to MergeGraphWrapper
2004-11-20 marci RoadMap to more general flow algs.
2004-11-20 marci Modifications for hugo 0.2
2004-11-20 marci MergeGraphWrapper
2004-11-20 alpar ObserverRegistry base classed in SnapShot has changed to be protected
2004-11-20 alpar - snapshot-rollback functionarity added to ListGraph
2004-11-19 alpar reverseEdge() and contract() member-functions added.
2004-11-19 marci RoadMap to STGraphWrapper
2004-11-18 marci RoadMap to MergeGraphWrapper and STGraphWrapper,
2004-11-18 marci MergeNodeGraphWrapper
2004-11-18 alpar (none)
2004-11-17 alpar - Timer class got direct access to the components of the ellapsed time/
2004-11-17 marci misc
2004-11-17 marci commercial
2004-11-17 marci MergeNodeGraphWrapper with factory
2004-11-17 alpar Named parameter tests
2004-11-17 ladanyi Some comments and minor additions to the AdvancedController.
2004-11-17 ladanyi Added a second SimAnn with the other controller.
2004-11-16 marci ErasingFirstGraphWrapper
2004-11-15 marci RevGraphWrapper modified according to the factory
2004-11-15 alpar Ops...
2004-11-15 alpar Unified style hyperlinks in the doc.
2004-11-15 alpar Matrix interface running time test...
2004-11-15 klao error.h brought back to life
2004-11-15 marci GraphWrapper changes for factory
2004-11-14 alpar - Move template.h to doc/.
2004-11-14 alpar An 'unused variable' warning when compiled with gcc-3.2.2 is removed
2004-11-13 deba XyzConcept moved to Xyz::Constraints
2004-11-13 alpar Revome an obsolete #include line.
2004-11-13 alpar Naming changes:
2004-11-13 alpar Naming changes:
2004-11-13 alpar Bugfixes in UndirFullGraphBase
2004-11-11 deba Copy-Paste bug fix.
2004-11-11 deba UndirFullGraphBase is added
2004-11-11 deba mappable_graph_extender.h erased
2004-11-11 deba maxUndirEdgeId modified to maxId(UndirEdge)
2004-11-11 deba maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
2004-11-10 klao "make check" pass under icc v8.0
2004-11-10 klao "make check" pass under gcc-3.4.3
2004-11-10 klao * enable_if imported from BOOST
2004-11-10 klao A demonstration how to use _optional_ boolean tags.
2004-11-10 marci for better compatibility with gcc-3.4
2004-11-10 alpar Changes in doc.
2004-11-09 alpar - Add makeSnapshot()/rollBack() functionality
2004-11-09 alpar A graph reader interface proposal
2004-11-08 klao remove an annoying warning
2004-11-08 marci partial graph_wrapper changes with graph_factory