COIN-OR::LEMON - Graph Library

Changeset 57:18404ec968ca in lemon-tutorial for adaptors.dox


Ignore:
Timestamp:
03/01/10 02:28:44 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Various small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adaptors.dox

    r45 r57  
    2626If some nodes or arcs have to be hidden (maybe temporarily) or the reverse
    2727oriented graph has to be used, then this is the case.
    28 However, actually modifing physical storage of the graph or
     28However, actually modifying physical storage of the graph or
    2929making a copy of the graph structure along with the required maps
    3030could be rather expensive (in time or in memory usage) compared to the
     
    6262well tested standard components.
    6363
    64 For solving the problem introduced above, we could use the follwing code.
     64For solving the problem introduced above, we could use the following code.
    6565
    6666\code
Note: See TracChangeset for help on using the changeset viewer.