doc/groups.dox
changeset 1999 2ff283124dfc
parent 1914 7ef30a71937f
child 2006 00d59f733817
equal deleted inserted replaced
32:41fb4291fd39 33:71c256aa550d
    89 This group describes the data structures implemented in LEMON in
    89 This group describes the data structures implemented in LEMON in
    90 order to make it easier to implement combinatorial algorithms.
    90 order to make it easier to implement combinatorial algorithms.
    91 */
    91 */
    92 
    92 
    93 /**
    93 /**
    94 @defgroup graphmapfactory Tools to Make It Easier to Make Graph Maps
    94 @defgroup graphbits Tools to Make It Easier to Make Graphs
    95 @ingroup auxdat
    95 @ingroup auxdat
    96 \brief Tools to Make It Easier to Make Graph Maps.
    96 \brief Tools to Make It Easier to Make Graphs.
    97 
    97 
    98 This group describes the tools that makes it easier to make graph maps that
    98 This group describes the tools that makes it easier to make graphs and
    99 dynamically update with the graph changes.
    99 the maps that dynamically update with the graph changes.
   100 */
   100 */
   101 
   101 
   102 /**
   102 /**
   103 @defgroup galgs Graph Algorithms
   103 @defgroup galgs Graph Algorithms
   104 \brief This group describes the several graph algorithms
   104 \brief This group describes the several graph algorithms