COIN-OR::LEMON - Graph Library

source: lemon-0.x/lemon-stable.org @ 2641:141382604153

lemon-1.0
Last change on this file since 2641:141382604153 was 2641:141382604153, checked in by Alpar Juttner, 18 years ago

An uncomplete todo list for releasing a stable version of lemon.
It is in emacs Org mode.

File size: 1.7 KB
Line 
1The LEMON-STABLE project  -*- mode: org; -*-
2
3#+TYP_TODO: TODO Ákos Alpár Balázs Márk Jácint ALL DONE
4
5* Ákos Separate GLEMON from LEMON
6** It should go to https://hugo.cs.elte.hu/svn/glemon/trunk
7** Probably the main lemon trunk should also be renamed to
8   https://hugo.cs.elte.hu/svn/lemon/trunk
9* Ákos Change to single makefile
10* Ákos Set up a compilation environment in branches/lemon-1.0
11** Copy from the trunk
12** Comment out the missing files
13* TODO Revise/Clarify/Extend the naming conventions
14** setXYZ/getXYZ issue
15** class-local variables vs. access functions to them
16** standard naming rules for function/template parameters
17** template<class X> vs. template<typename X>
18* TODO Revise doc (globally)
19** Revise the module structures
20** Revise 'Related Pages'
21*** Intro/Tutorials
22**** What are missing?
23**** Aren't there some duplications?
24* Revise Basic components
25** Graph Structures
26*** ALL Directed Graphs
27**** Do we need concepts other than StaticGraph?
28***** If don't, rename StaticGraph to Graph
29**** Revise doc
30**** Revise check files
31*** TODO Undirected Graph
32**** Revise doc
33**** Revise check files
34*** TODO Bipartite Graphs
35**** Revise doc
36**** Revise check files
37* TODO Revise Tools
38** Graph Adaptors
39*** Revise doc
40*** Revise check files
41** Map Structures
42*** Special Maps
43*** Map Adaptors
44** Graph I/O
45*** Change @uedgeset  @edgeset
46** Graph Drawing
47** xy
48*** Doesn't follow the naming convention
49***
50* TODO Revise Algorithms
51* TODO Revise repository maintenance files
52** Related files
53*** AUTHORS
54*** ChangeLog
55*** COPYING
56*** INSTALL
57*** LICENSE
58*** NEWS
59*** README
60* TODO Revise demos
61** What are missing?
62** What are superfluous?
63** Documentation
64** Add links from the doc of a data struct/alg to the related demo
65*** Create a \demo macro similar to \sa
Note: See TracBrowser for help on using the repository browser.