COIN-OR::LEMON - Graph Library

Changeset 45:725c60c7492d in lemon-tutorial for adaptors.dox


Ignore:
Timestamp:
02/22/10 00:43:23 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Minor improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adaptors.dox

    r41 r45  
    178178or in other words, hiding nodes and/or arcs from a graph.
    179179LEMON provides several convenient adaptors for these purposes.
    180 In the following picture, a \ref SubDigraph adaptor is applied to an
     180In the following image, a \ref SubDigraph adaptor is applied to an
    181181underlying digraph structure to obtain a suitable subgraph.
    182182
     
    333333we can even apply an adaptor to another one.
    334334The following image illustrates a situation when a \ref SubDigraph and an
    335 \ref Undirector adaptor is applied on a digraph.
     335\ref Undirector adaptor is applied to a digraph.
    336336
    337337\image html adaptors2.png
Note: See TracChangeset for help on using the changeset viewer.