COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/dirs.dox @ 2196:09af6d2b683b

Last change on this file since 2196:09af6d2b683b was 2157:f9171bfc7ebb, checked in by Alpar Juttner, 18 years ago
  • Doc improvements
  • rot180() added to xy.h
File size: 1.0 KB
Line 
1/**
2\dir demo
3\brief A collection of demo application.
4
5This directory contains several simple demo application, mainly
6for educational purposes.
7*/
8
9/**
10\dir doc
11\brief Auxiliary (and the whole generated) documentation.
12
13Auxiliary (and the whole generated) documentation.
14*/
15
16/**
17\dir test
18\brief Test programs.
19
20This directory contains several test programs that check the consistency
21of the code.
22*/
23
24
25
26
27/**
28\dir lemon
29\brief Base include directory of LEMON
30
31This is the base directory of lemon includes, so each include file must be
32prefixed with this, e.g.
33\code
34#include<lemon/list_graph.h>
35#include<lemon/dijkstra.h>
36\endcode
37*/
38
39/**
40\dir concept
41\brief Concept descriptors and checking classes
42
43This directory contains the concept descriptors and concept checkers. As a user
44you typically don't have to deal with these files.
45*/
46
47/**
48\dir bits
49\brief Implementation helper files
50
51This directory contains some helper classes to implement graphs, maps and
52some other classes. As a user you typically don't have to deal with these
53files.
54*/
Note: See TracBrowser for help on using the repository browser.