doc/lgf.dox
changeset 209 765619b7cbb2
parent 201 9757e3d9bfeb
child 212 1ae84dea7d09
equal deleted inserted replaced
3:7d8f916483a5 4:c1bfde870be0
     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  *
    41 The standard sections are column oriented, each line consists of
    41 The standard sections are column oriented, each line consists of
    42 <em>token</em>s separated by whitespaces. A token can be \e plain or
    42 <em>token</em>s separated by whitespaces. A token can be \e plain or
    43 \e quoted. A plain token is just a sequence of non-whitespace characters,
    43 \e quoted. A plain token is just a sequence of non-whitespace characters,
    44 while a quoted token is a
    44 while a quoted token is a
    45 character sequence surrounded by double quotes, and it can also
    45 character sequence surrounded by double quotes, and it can also
    46 contain whitespaces and escape sequences. 
    46 contain whitespaces and escape sequences.
    47 
    47 
    48 The \c \@nodes section describes a set of nodes and associated
    48 The \c \@nodes section describes a set of nodes and associated
    49 maps. The first is a header line, its columns are the names of the
    49 maps. The first is a header line, its columns are the names of the
    50 maps appearing in the following lines.
    50 maps appearing in the following lines.
    51 One of the maps must be called \c
    51 One of the maps must be called \c
    70 the source and the target node of the arc, respectively, then come the map
    70 the source and the target node of the arc, respectively, then come the map
    71 values. The source and target tokens must be node labels.
    71 values. The source and target tokens must be node labels.
    72 
    72 
    73 \code
    73 \code
    74  @arcs
    74  @arcs
    75  	      capacity
    75                capacity
    76  1   2   16
    76  1   2   16
    77  1   3   12
    77  1   3   12
    78  2   3   18
    78  2   3   18
    79 \endcode
    79 \endcode
    80 
    80