[1668] | 1 | 2005-??-?? Version 0.5 Released |
---|
[1713] | 2 | * Changed namings: |
---|
| 3 | - Access functions of TimeStamp/Timer |
---|
[1668] | 4 | * Buxfix in |
---|
| 5 | - DFS |
---|
| 6 | - Preflow |
---|
[1713] | 7 | |
---|
[1668] | 8 | 2005-08-27 Version 0.4 Released |
---|
| 9 | * List of new features and changes |
---|
[1713] | 10 | * Changed namings: |
---|
[1668] | 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 |
---|
[1670] | 31 | + split() splits a node |
---|
[1668] | 32 | + SnapShot |
---|
| 33 | + New map adaptors |
---|
[1670] | 34 | + New convenience maps |
---|
[1668] | 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 | |
---|
| 47 | 2005-03-19 Version 0.3.1 Released |
---|
| 48 | * This release fixes a compilation failure bug under cygwin. |
---|
| 49 | |
---|
| 50 | 2005-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 | |
---|
| 65 | 2004-09-30 Version 0.2 released |
---|
| 66 | |
---|