equal
deleted
inserted
replaced
1 2005-08-?? Alpar Juttner <alpar@cs.elte.hu> |
1 2005-08-27 Alpar Juttner <alpar@cs.elte.hu> |
2 |
2 |
3 * Version 0.4 Released |
3 * Version 0.4 Released |
4 * List of new features and changes |
4 * List of new features and changes |
5 * Changed naming: |
5 * Changed naming: |
6 Wrapper -> Adaptor |
6 Wrapper -> Adaptor |
7 kruskalEdgeMap() -> kruskal() |
7 kruskalEdgeMap() -> kruskal() |
8 kruskalEdgeMap_IteratorOut() -> kruskal() |
8 kruskalEdgeMap_IteratorOut() -> kruskal() |
9 |
|
10 * BoundinBox<> |
9 * BoundinBox<> |
11 * operator+=() -> add() |
10 * operator+=() -> add() |
12 + clear() |
11 + clear() |
13 + More and better graph I/O functionalities |
12 + More and better graph I/O functionalities |
14 + High level uniform LP solver interface to CPLEX and GLKP |
13 + High level uniform LP solver interface to CPLEX and GLKP |
33 + XMap, YMap |
32 + XMap, YMap |
34 + Default graph maps are iterable |
33 + Default graph maps are iterable |
35 + glemon: a graph editor |
34 + glemon: a graph editor |
36 + Some new demo codes added, the old ones got polished. |
35 + Some new demo codes added, the old ones got polished. |
37 * Better documentation |
36 * Better documentation |
38 |
37 * Several importan bugfixes |
|
38 * Now lemon should compile witout warnings with |
|
39 * gcc 3.3, 3.4, 4.0 |
|
40 * Intel C++ Compiler v9.0 |
39 |
41 |
40 2005-03-19 Alpar Juttner <alpar@cs.elte.hu> |
42 2005-03-19 Alpar Juttner <alpar@cs.elte.hu> |
41 |
43 |
42 * Version 0.3.1 Released |
44 * Version 0.3.1 Released |
43 * This release fixes a compilation failure bug under cygwin. |
45 * This release fixes a compilation failure bug under cygwin. |