If default value of a new map is constant, the newly created elements will get that value as well. Documentation is added to BrokenEdge, MapStorage and GraphDisplazCanvas classes.
     3 \brief A collection of demo application.
 
     5 This directory contains several simple demo application, mainly
 
     6 for educational purposes.
 
    11 \brief Auxiliary (and the whole generated) documentation.
 
    12  Auxiliary (and the whole generated) documentation.
 
    19 This directory contains several test programs that check the consistency
 
    28 \brief Base include directory of LEMON
 
    30 This is the base directory of lemon includes, so each include file must be
 
    31 prefixed with this, e.g.
 
    33 #include<lemon/list_graph.h>
 
    34 #include<lemon/dijkstra.h>
 
    40 \brief Concept descriptors and checking classes
 
    42 This directory contains the concept descriptors and concept checkers. As a user
 
    43 you typically don't have to deal with these files.
 
    48 \brief Implementation helper files
 
    50 This directory contains some helper classes to implement graphs, maps and
 
    51 some other classes. As a user you typically don't have to deal with these