COIN-OR::LEMON - Graph Library

source: lemon-0.x/ChangeLog @ 1657:754f38f56b49

Last change on this file since 1657:754f38f56b49 was 1655:4a7b392e4fb0, checked in by Alpar Juttner, 19 years ago

Toward Version 0.4...

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