COIN-OR::LEMON - Graph Library

Changeset 1808:c499025ca638 in lemon-0.x for lemon


Ignore:
Timestamp:
11/16/05 14:39:29 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2351
Message:

wirteable -> writable

Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/maps.h

    r1778 r1808  
    859859  }
    860860
    861   /// \brief Writeable bool map for store each true assigned elements.
    862   ///
    863   /// Writeable bool map for store each true assigned elements. It will
     861  /// \brief Writable bool map for store each true assigned elements.
     862  ///
     863  /// Writable bool map for store each true assigned elements. It will
    864864  /// copies all the true setted keys to the given iterator.
    865865  ///
     
    897897  };
    898898
    899   /// \brief Writeable bool map for store each true assigned elements in
     899  /// \brief Writable bool map for store each true assigned elements in
    900900  /// a back insertable container.
    901901  ///
    902   /// Writeable bool map for store each true assigned elements in a back
     902  /// Writable bool map for store each true assigned elements in a back
    903903  /// insertable container. It will push back all the true setted keys into
    904904  /// the container.
     
    923923  };
    924924
    925   /// \brief Writeable bool map for store each true assigned elements in
     925  /// \brief Writable bool map for store each true assigned elements in
    926926  /// a front insertable container.
    927927  ///
    928   /// Writeable bool map for store each true assigned elements in a front
     928  /// Writable bool map for store each true assigned elements in a front
    929929  /// insertable container. It will push front all the true setted keys into
    930930  /// the container.
     
    949949  };
    950950
    951   /// \brief Writeable bool map for store each true assigned elements in
     951  /// \brief Writable bool map for store each true assigned elements in
    952952  /// an insertable container.
    953953  ///
    954   /// Writeable bool map for store each true assigned elements in an
     954  /// Writable bool map for store each true assigned elements in an
    955955  /// insertable container. It will insert all the true setted keys into
    956956  /// the container.
     
    977977  /// \brief Fill the true setted elements with a given value.
    978978  ///
    979   /// Writeable bool map for fill the true setted elements with a given value.
     979  /// Writable bool map for fill the true setted elements with a given value.
    980980  /// The value can be setted
    981981  /// the container.
     
    10171017
    10181018
    1019   /// \brief Writeable bool map which stores for each true assigned elements 
     1019  /// \brief Writable bool map which stores for each true assigned elements 
    10201020  /// the setting order number.
    10211021  ///
    1022   /// Writeable bool map which stores for each true assigned elements 
     1022  /// Writable bool map which stores for each true assigned elements 
    10231023  /// the setting order number.
    10241024  template <typename Map>
  • lemon/topology.h

    r1807 r1808  
    14271427  /// partitions of the graph.
    14281428  /// \param graph The undirected graph.
    1429   /// \retval partMap A writeable bool map of nodes. It will be set as the
     1429  /// \retval partMap A writable bool map of nodes. It will be set as the
    14301430  /// two partitions of the graph.
    14311431  /// \return %True if \c graph is bipartite, %false otherwise.
Note: See TracChangeset for help on using the changeset viewer.