lemon-stable.org
branchlemon-1.0
changeset 2654 0048a1aa96f9
parent 2653 d9ba1ae75f82
child 2657 6e5e6208ed68
equal deleted inserted replaced
6:48a929b952c1 7:220bf568c84f
     7 * DONE Separate GLEMON from LEMON
     7 * DONE Separate GLEMON from LEMON
     8 ** It should go to https://hugo.cs.elte.hu/svn/glemon/trunk
     8 ** It should go to https://hugo.cs.elte.hu/svn/glemon/trunk
     9 ** TODO Probably the main lemon trunk should also be renamed to
     9 ** TODO Probably the main lemon trunk should also be renamed to
    10    https://hugo.cs.elte.hu/svn/lemon/trunk
    10    https://hugo.cs.elte.hu/svn/lemon/trunk
    11 * DONE Change to single makefile
    11 * DONE Change to single makefile
    12 * Ákos Set up a compilation environment in branches/lemon-1.0
    12 * DONE Set up a compilation environment in branches/lemon-1.0
    13 ** Copy from the trunk
    13 ** Copy from the trunk
    14 ** Comment out the missing files
    14 ** Comment out the missing files
    15 * TODO Revise/Clarify/Extend the naming conventions
    15 * TODO Revise/Clarify/Extend the naming conventions
    16 ** setXYZ/getXYZ issue
    16 ** setXYZ/getXYZ issue
    17 ** class-local variables vs. access functions to them
    17 ** class-local variables vs. access functions to them
    27 ** Graph Structures
    27 ** Graph Structures
    28 *** ALL Directed Graphs
    28 *** ALL Directed Graphs
    29 **** Balázs Do we need concepts other than StaticGraph?
    29 **** Balázs Do we need concepts other than StaticGraph?
    30 ***** If don't, rename StaticGraph to Graph
    30 ***** If don't, rename StaticGraph to Graph
    31 **** Attila Revise doc
    31 **** Attila Revise doc
    32 **** Revise check files
    32 **** TODO Revise check files
    33 **** Alpár Disable copy constr's
    33 **** DONE Disable copy constr's
       
    34 **** Concept doc:
       
    35 ***** TODO NodeMap, EdgeMap
       
    36 ***** TODO Why id() is not in the concept?
       
    37 ***** TODO maxNodeNum(), maxEdgeNum?
    34 *** TODO Undirected Graph
    38 *** TODO Undirected Graph
    35 **** Revise doc
    39 **** Revise doc
    36 **** Revise check files
    40 **** Revise check files
    37 *** TODO Bipartite Graphs
    41 *** TODO Bipartite Graphs
    38 **** Revise doc
    42 **** Revise doc