Turn off 32 bit only tests, cont'd.
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.
13 Auxiliary (and the whole generated) documentation.
20 This directory contains several test programs that check the consistency
29 \brief Base include directory of LEMON
31 This is the base directory of lemon includes, so each include file must be
32 prefixed with this, e.g.
34 #include<lemon/list_graph.h>
35 #include<lemon/dijkstra.h>
41 \brief Concept descriptors and checking classes
43 This directory contains the concept descriptors and concept checkers. As a user
44 you typically don't have to deal with these files.
49 \brief Implementation helper files
51 This directory contains some helper classes to implement graphs, maps and
52 some other classes. As a user you typically don't have to deal with these