COIN-OR::LEMON - Graph Library

Changeset 1788:614ce2dd3cba in lemon-0.x for doc/graph_io.dox


Ignore:
Timestamp:
11/14/05 19:34:16 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2329
Message:

Some documentation modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/graph_io.dox

    r1631 r1788  
    111111\section use Using graph input-output
    112112
    113 The easiest way of using graph input and output is using the versions of the
    114   public \ref readGraph() and \ref writeGraph() functions; if you don't need
    115   very sophisticated behaviour then you might be satisfied with
    116   those. Otherwise go on reading this page.
    117113
    118114The graph input and output is based on <em> reading and writing
     
    362358and \ref lemon::UndirGraphWriter "UndirGraphWriter".
    363359
    364 The \ref lemon::UndirGraphReader::readUndirMap() "readUndirMap()"
     360The \ref lemon::UndirGraphReader::readUndirEdgeMap() "readUndirEdgeMap()"
    365361function reads an undirected map and the
    366362\ref lemon::UndirGraphReader::readUndirEdge() "readUndirEdge()"
Note: See TracChangeset for help on using the changeset viewer.