COIN-OR::LEMON - Graph Library

Changeset 1866:c2de2ed28e59 in lemon-0.x for doc


Ignore:
Timestamp:
12/19/05 15:58:09 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2440
Message:

New file and data structures: sub_graph
Moved to new group with the edge_sets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r1847 r1866  
    4141
    4242/**
     43@defgroup semi_adaptors Semi-Adaptors Classes for Graphs
     44@ingroup graphs
     45\brief Graph types between real graphs and graph adaptors.
     46
     47Graph types between real graphs and graph adaptors. These classes
     48wrap graphs to give new functionality as the adaptors do it. But the
     49other way they are not light-weigth structures as the adaptors.
     50*/
     51
     52/**
    4353@defgroup maps Maps
    4454@ingroup datas
     
    4858new maps from existing ones.
    4959*/
    50 
    5160
    5261/**
Note: See TracChangeset for help on using the changeset viewer.