COIN-OR::LEMON - Graph Library

Changeset 1526:8c14aa8f27a2 in lemon-0.x for doc/graph_io.dox


Ignore:
Timestamp:
06/30/05 18:13:30 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2012
Message:

Mainly doc review.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/graph_io.dox

    r1522 r1526  
    9494
    9595The \c GraphWriter class provides the graph output. To write a graph
    96 you should first give writing commands for the writer. You can declare
     96you should first give writing commands to the writer. You can declare
    9797write command as \c NodeMap or \c EdgeMap writing and labeled Node and
    9898Edge writing.
     
    249249
    250250The global functionality of the reader class can be changed by giving a
    251 special template parameter for the GraphReader class. By default, the
     251special template parameter to the GraphReader class. By default, the
    252252template parameter is \c DefaultReaderTraits. A reader traits class
    253253should provide an inner template class Reader for each type, and an
Note: See TracChangeset for help on using the changeset viewer.