equal
deleted
inserted
replaced
8 kruskalEdgeMap_IteratorOut() -> kruskal() |
8 kruskalEdgeMap_IteratorOut() -> kruskal() |
9 |
9 |
10 * BoundinBox<> |
10 * BoundinBox<> |
11 * operator+=() -> add() |
11 * operator+=() -> add() |
12 + clear() |
12 + clear() |
13 + More graph I/O functionalities |
13 + More and better graph I/O functionalities |
14 + High level uniform LP solver interface to CPLEX and GLKP |
14 + High level uniform LP solver interface to CPLEX and GLKP |
15 * graphToEps() |
15 * graphToEps() |
16 + Automatic node size and edge width scaling |
16 + Automatic node size and edge width scaling |
17 + Simple color palette tool (ColorSet) |
17 + Simple color palette tool (ColorSet) |
18 * Bfs/Dfs/Dijkstra |
18 * Bfs/Dfs/Dijkstra |
30 + New convenience maps |
30 + New convenience maps |
31 + IdMap, DescriptorMap |
31 + IdMap, DescriptorMap |
32 + InDegMap, OutDegMap |
32 + InDegMap, OutDegMap |
33 + XMap, YMap |
33 + XMap, YMap |
34 + Default graph maps are iterable |
34 + Default graph maps are iterable |
35 + A basic graph editor (gui) |
35 + glemon: a graph editor |
|
36 + Some new demo codes added, the old ones got polished. |
36 * Better documentation |
37 * Better documentation |
37 |
38 |
38 |
39 |
39 2005-03-19 Alpar Juttner <alpar@cs.elte.hu> |
40 2005-03-19 Alpar Juttner <alpar@cs.elte.hu> |
40 |
41 |