doc/dirs.dox
changeset 294 cbe3ec2d59d2
parent 40 8f4e8273a458
child 318 1e2d6ca80793
equal deleted inserted replaced
0:eb57998e7dc0 1:f42a1d988f7b
     1 /* -*- C++ -*-
     1 /* -*- mode: C++; indent-tabs-mode: nil; -*-
     2  *
     2  *
     3  * This file is a part of LEMON, a generic C++ optimization library
     3  * This file is a part of LEMON, a generic C++ optimization library.
     4  *
     4  *
     5  * Copyright (C) 2003-2008
     5  * Copyright (C) 2003-2008
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     8  *
     8  *
    72 /**
    72 /**
    73 \dir bits
    73 \dir bits
    74 \brief Implementation helper files
    74 \brief Implementation helper files
    75 
    75 
    76 This directory contains some helper classes to implement graphs, maps and
    76 This directory contains some helper classes to implement graphs, maps and
    77 some other classes. As a user you typically don't have to deal with these 
    77 some other classes. As a user you typically don't have to deal with these
    78 files.
    78 files.
    79 */
    79 */