1 | 2005-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 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 | + A basic graph editor (gui) |
---|
36 | * Better documentation |
---|
37 | |
---|
38 | |
---|
39 | 2005-03-19 Alpar Juttner <alpar@cs.elte.hu> |
---|
40 | |
---|
41 | * Version 0.3.1 Released |
---|
42 | * This release fixes a compilation failure bug under cygwin. |
---|
43 | |
---|
44 | 2005-02-21 Alpar Juttner <alpar@cs.elte.hu> |
---|
45 | |
---|
46 | * Version 0.3 released |
---|
47 | * List of new features and changes |
---|
48 | * Redesigned Graph infrastructures |
---|
49 | + Standardized LEMON exceptions |
---|
50 | + Undirected Graph |
---|
51 | + Standard graph file format, input and output classes for it. |
---|
52 | * head() -> target(), tail() -> source() |
---|
53 | * Some standard namings have changes: |
---|
54 | ValueType -> Value, |
---|
55 | KeyType -> Key, |
---|
56 | ReferenceType ->Reference, |
---|
57 | PointerType -> Pointer |
---|
58 | + GraphToEps: A simple graph drawer |
---|
59 | * Better documentation |
---|
60 | |
---|
61 | 2004-09-30 Alpar Juttner <alpar@cs.elte.hu> |
---|
62 | |
---|
63 | * Version 0.2 released |
---|
64 | |
---|