COIN-OR::LEMON - Graph Library

Changeset 32:ef12f83752f6 in lemon-tutorial for adaptors.dox


Ignore:
Timestamp:
02/15/10 01:51:58 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Happy New Year + unify files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adaptors.dox

    r29 r32  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2009
     5 * Copyright (C) 2003-2010
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    119119maps of the original graph can be used in connection with the adaptor,
    120120since the node and arc types of the adaptors convert to the original
    121 item types. 
     121item types.
    122122
    123123\code
     
    132132instance, \ref SplitNodes, which can be used for splitting each node in
    133133a directed graph and \ref ResidualDigraph for modeling the residual
    134 network for flow and matching problems. 
     134network for flow and matching problems.
    135135
    136136Therefore, in cases when rather complex algorithms have to be used
Note: See TracChangeset for help on using the changeset viewer.