COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/lgf.dox

    r201 r162  
    4747
    4848The \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
     49maps. The first is a header line, it columns are the names of the
    5050maps appearing in the following lines.
    5151One of the maps must be called \c
     
    6565
    6666The \c \@arcs section is very similar to the \c \@nodes section,
    67 it again starts with a header line describing the names of the maps,
     67it again starts with a header line describing the names of the arc,
    6868but the \c "label" map is not obligatory here. The following lines
    6969describe the arcs. The first two tokens of each line are
     
    7979\endcode
    8080
    81 The \c \@edges is just a synonym of \c \@arcs. The @arcs section can
    82 also store the edge set of an undirected graph. In such case there is
    83 a conventional method for store arc maps in the file, if two columns
    84 has the same caption with \c '+' and \c '-' prefix, then these columns
    85 can be regarded as the values of an arc map.
     81The \c \@edges is just a synonym of \c \@arcs.
    8682
    8783The \c \@attributes section contains key-value pairs, each line
    88 consists of two tokens, an attribute name, and then an attribute
    89 value. The value of the attribute could be also a label value of a
    90 node or an edge, or even an edge label prefixed with \c '+' or \c '-',
    91 which regards to the forward or backward directed arc of the
    92 corresponding edge.
     84consists of two tokens, an attribute name, and then an attribute value.
    9385
    9486\code
Note: See TracChangeset for help on using the changeset viewer.