COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
10/24/06 18:49:41 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3015
Message:

Spellcheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/min_cost_arborescence.h

    r2151 r2259  
    5959    /// The type of the map that stores which edges are in the arborescence.
    6060    /// It must meet the \ref concept::WriteMap "WriteMap" concept.
    61     /// Initially it will be setted to false on each edge. After it
     61    /// Initially it will be set to false on each edge. After it
    6262    /// will set all arborescence edges once.
    6363    typedef typename Graph::template EdgeMap<bool> ArborescenceMap;
Note: See TracChangeset for help on using the changeset viewer.