COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/dirs.dox @ 1517:b303c1741c9a

Last change on this file since 1517:b303c1741c9a was 1416:1b481ced25e7, checked in by Balazs Dezso, 19 years ago

Descrption for bits

File size: 640 bytes
Line 
1/**
2\dir lemon
3\brief Base include directory of LEMON
4
5This is the base directory of lemon includes, so each include file must be
6prefixed with this, e.g.
7\code
8#include<lemon/list_graph.h>
9#include<lemon/dijkstra.h>
10\endcode
11*/
12
13/**
14\dir concept
15\brief Concept descriptors and checking classes
16
17This directory contains the concept descriptors and concept checkers. As a user
18you typically don't have to deal with these files.
19*/
20
21/**
22\dir bits
23\brief Implementation helper files
24
25This directory contains some helper classes to implement graphs, maps and
26some other classes. As a user you typically don't have to deal with these
27files.
28*/
Note: See TracBrowser for help on using the repository browser.