COIN-OR::LEMON - Graph Library

Changeset 877:141f9c0db4a3 in lemon-1.2 for lemon/smart_graph.h


Ignore:
Timestamp:
03/06/10 15:35:12 (14 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
878:f802439d2b58, 880:38213abd2911, 909:f112c18bc304
Phase:
public
Message:

Unify the sources (#339)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/smart_graph.h

    r787 r877  
    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).
     
    187187  ///\ref SmartDigraph is a simple and fast digraph implementation.
    188188  ///It is also quite memory efficient but at the price
    189   ///that it does not support node and arc deletion 
     189  ///that it does not support node and arc deletion
    190190  ///(except for the Snapshot feature).
    191191  ///
     
    336336    ///arcs from a SmartDigraph structure.
    337337    ///
    338     ///\note After a state is restored, you cannot restore a later state, 
     338    ///\note After a state is restored, you cannot restore a later state,
    339339    ///i.e. you cannot add the removed nodes and arcs again using
    340340    ///another Snapshot instance.
     
    615615  /// \ref SmartGraph is a simple and fast graph implementation.
    616616  /// It is also quite memory efficient but at the price
    617   /// that it does not support node and edge deletion 
     617  /// that it does not support node and edge deletion
    618618  /// (except for the Snapshot feature).
    619619  ///
     
    762762    ///edges from a SmartGraph structure.
    763763    ///
    764     ///\note After a state is restored, you cannot restore a later state, 
     764    ///\note After a state is restored, you cannot restore a later state,
    765765    ///i.e. you cannot add the removed nodes and edges again using
    766766    ///another Snapshot instance.
Note: See TracChangeset for help on using the changeset viewer.