COIN-OR::LEMON - Graph Library

Changeset 2408:467ca6d16556 in lemon-0.x for doc/maps1.dox


Ignore:
Timestamp:
03/13/07 16:42:06 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3239
Message:

Doc improvements contributed by Peter Kovacs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/maps1.dox

    r2391 r2408  
    3535To make easy to use them - especially as template parameters - there are <i>map concepts</i> like by graph classes.
    3636<ul>
    37 <li>\ref ReadMap - values can be red out with the \c operator[].
     37<li>\ref ReadMap - values can be read out with the \c operator[].
    3838\code value_typed_variable = map_instance[key_value]; \endcode
    3939</li>
     
    6060type. As an example, think of a edge-weighted directed graph.
    6161\code ListGraph::EdgeMap<int>  weight(graph); \endcode
    62 You can see that the map needs the graph hows edges will mapped, but nothing more.
     62You can see that the map needs the graph whose edges will mapped, but nothing more.
    6363
    6464If the graph class is extendable or erasable the map will automatically follow
Note: See TracChangeset for help on using the changeset viewer.