doc/template.h
author deba
Wed, 01 Mar 2006 10:25:30 +0000
changeset 1991 d7442141d9ef
parent 1435 8e85e6bbefdf
child 2157 f9171bfc7ebb
permissions -rw-r--r--
The graph adadptors can be alteration observed.
In most cases it uses the adapted graph alteration notifiers.
Only special case is now the UndirGraphAdaptor, where
we have to proxy the signals from the graph.

The SubBidirGraphAdaptor is removed, because it doest not
gives more feature than the EdgeSubGraphAdaptor<UndirGraphAdaptor<Graph>>.

The ResGraphAdaptor is based on this composition.
alpar@991
     1
/* -*- C++ -*-
ladanyi@1435
     2
 * lemon/template.h - Part of LEMON, a generic C++ optimization library
alpar@991
     3
 *
alpar@1875
     4
 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
alpar@1359
     5
 * (Egervary Research Group on Combinatorial Optimization, EGRES).
alpar@991
     6
 *
alpar@991
     7
 * Permission to use, modify and distribute this software is granted
alpar@991
     8
 * provided that this copyright notice appears in all copies. For
alpar@991
     9
 * precise terms see the accompanying LICENSE file.
alpar@991
    10
 *
alpar@991
    11
 * This software is provided "AS IS" with no warranty of any kind,
alpar@991
    12
 * express or implied, and with no claim as to its suitability for any
alpar@991
    13
 * purpose.
alpar@991
    14
 *
alpar@991
    15
 */
alpar@991
    16
alpar@991
    17
#ifndef LEMON_TEMPLATE_H
alpar@991
    18
#define LEMON_TEMPLATE_H
alpar@991
    19
alpar@991
    20
#endif // LEMON_TEMPLATE_H