COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/dirs.dox @ 1264:92ba3e62825d

Last change on this file since 1264:92ba3e62825d was 1154:f07c1c442e6c, checked in by Alpar Juttner, 19 years ago

Description of the LEMON directories.

File size: 430 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*/
Note: See TracBrowser for help on using the repository browser.