COIN-OR::LEMON - Graph Library

source: lemon-0.x/NEWS @ 1922:1ee37068316b

Last change on this file since 1922:1ee37068316b was 1713:49d22d34d95f, checked in by Alpar Juttner, 18 years ago

Doc improvments

File size: 1.9 KB
Line 
12005-??-??  Version 0.5 Released
2        * Changed namings:
3          - Access functions of TimeStamp/Timer
4        * Buxfix in
5          - DFS
6          - Preflow
7         
82005-08-27  Version 0.4 Released
9        * List of new features and changes     
10          * Changed namings:
11            Wrapper -> Adaptor
12            kruskalEdgeMap() -> kruskal()
13            kruskalEdgeMap_IteratorOut() -> kruskal()
14          * BoundinBox<>
15            * operator+=() -> add()
16            + clear()
17          + More and better graph I/O functionalities
18          + High level uniform LP solver interface to CPLEX and GLKP
19          * graphToEps()
20            + Automatic node size and edge width scaling
21            + Simple color palette tool (ColorSet)
22          * Bfs/Dfs/Dijkstra
23            + Step-by-step execution
24            + Run from multiple sources
25            + Used define stop condition
26            + Improved "named parameters"
27          * Preflow
28            + Function type interface
29            + Changed interface
30          * ListGraph/SmarGraph
31            + split() splits a node
32            + SnapShot
33          + New map adaptors
34          + New convenience maps
35            + IdMap, DescriptorMap
36            + InDegMap, OutDegMap
37            + XMap, YMap
38          + Default graph maps are iterable
39          + glemon: a graph editor
40          + Some new demo codes added, the old ones got polished.
41          * Better documentation
42          * Several important bugfixes
43          * Now lemon should compile without warnings with
44            * gcc 3.3, 3.4, 4.0
45            * Intel C++ Compiler v9.0
46
472005-03-19  Version 0.3.1 Released
48        * This release fixes a compilation failure bug under cygwin.
49
502005-02-21  Version 0.3 released
51        * List of new features and changes     
52          * Redesigned Graph infrastructures
53          + Standardized LEMON exceptions
54          + Undirected Graph
55          + Standard graph file format, input and output classes for it.
56          * head() -> target(), tail() -> source()
57          * Some standard namings have changes:
58            ValueType -> Value,
59            KeyType -> Key,
60            ReferenceType ->Reference,
61            PointerType -> Pointer
62          + GraphToEps: A simple graph drawer
63          * Better documentation
64       
652004-09-30  Version 0.2 released
66
Note: See TracBrowser for help on using the repository browser.