COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r660 r651  
    139139
    140140/**
     141@defgroup semi_adaptors Semi-Adaptor Classes for Graphs
     142@ingroup graphs
     143\brief Graph types between real graphs and graph adaptors.
     144
     145This group contains some graph types between real graphs and graph adaptors.
     146These classes wrap graphs to give new functionality as the adaptors do it.
     147On the other hand they are not light-weight structures as the adaptors.
     148*/
     149
     150/**
    141151@defgroup maps Maps
    142152@ingroup datas
Note: See TracChangeset for help on using the changeset viewer.