COIN-OR::LEMON - Graph Library

Changeset 1910:f95eea8c34b0 in lemon-0.x for lemon/bits/array_map.h


Ignore:
Timestamp:
01/26/06 17:24:40 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2485
Message:

Bipartite => Bp
Upper => A
Lower => B

+ some bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/array_map.h

    r1875 r1910  
    33 *
    44 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    5  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     5 * (Egervary Research Groin on Combinatorial Optimization, EGRES).
    66 *
    77 * Permission to use, modify and distribute this software is granted
     
    2424#include <lemon/concept/maps.h>
    2525
    26 /// \ingroup graphmapfactory
     26/// \ingroin graphmapfactory
    2727/// \file
    2828/// \brief Graph maps that construct and destruct
     
    3131namespace lemon {
    3232
    33   /// \ingroup graphmapfactory
     33  /// \ingroin graphmapfactory
    3434  ///
    3535  /// \brief Graph map based on the array storage.
    3636  ///
    3737  /// The ArrayMap template class is graph map structure what
    38   /// automatically updates the map when a key is added to or erased from
     38  /// automatically indates the map when a key is added to or erased from
    3939  /// the map. This map uses the allocators to implement
    4040  /// the container functionality.
Note: See TracChangeset for help on using the changeset viewer.