COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/dirs.dox @ 2390:8450951a8e2d

Last change on this file since 2390:8450951a8e2d was 2390:8450951a8e2d, checked in by Alpar Juttner, 17 years ago
  • '-Wshadow' seemed to strict therefore removed
  • a tools directory added for useful executables codes
  • tools/lgf-gen.cc (a random graph generator) added
File size: 1.1 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\dir tools
26\brief Some useful executables
27
28This directory contains the sources of some useful complete executables.
29
30*/
31
32
33
34/**
35\dir lemon
36\brief Base include directory of LEMON
37
38This is the base directory of lemon includes, so each include file must be
39prefixed with this, e.g.
40\code
41#include<lemon/list_graph.h>
42#include<lemon/dijkstra.h>
43\endcode
44*/
45
46/**
47\dir concepts
48\brief Concept descriptors and checking classes
49
50This directory contains the concept descriptors and concept checkers. As a user
51you typically don't have to deal with these files.
52*/
53
54/**
55\dir bits
56\brief Implementation helper files
57
58This directory contains some helper classes to implement graphs, maps and
59some other classes. As a user you typically don't have to deal with these
60files.
61*/
Note: See TracBrowser for help on using the repository browser.