Until this commitment gui gave us segmentation fault in the case when no element was on graph_displayer_canvas and a map to visualize by a property has been changed.
3 \brief Base include directory of LEMON
5 This is the base directory of lemon includes, so each include file must be
6 prefixed with this, e.g.
8 #include<lemon/list_graph.h>
9 #include<lemon/dijkstra.h>
15 \brief Concept descriptors and checking classes
17 This directory contains the concept descriptors and concept checkers. As a user
18 you typically don't have to deal with these files.
23 \brief Implementation helper files
25 This directory contains some helper classes to implement graphs, maps and
26 some other classes. As a user you typically don't have to deal with these