doc/dirs.dox
author ladanyi
Tue, 05 Apr 2005 09:08:23 +0000
changeset 1305 c3dc75d4af24
child 1416 1b481ced25e7
permissions -rw-r--r--
- moved lp_base.h, lp_base.cc, lp_glpk.h, lp_glpk.cc, lp_solver_skeleton.h and
lp_solver_skeleton.cc to src/lemon
- modified the includes
     1 /**
     2 \dir lemon
     3 \brief Base include directory of LEMON
     4 
     5 This is the base directory of lemon includes, so each include file must be
     6 prefixed 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 
    17 This directory contains the concept descriptors and concept checkers. As a user
    18 you typically don't have to deal with these files.
    19 */