COIN-OR::LEMON - Graph Library

Changeset 180:4b9ab1324c3b in lemon-1.2 for lemon


Ignore:
Timestamp:
06/18/08 13:59:07 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Remove LgfContents?.is*()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lgf_reader.h

    r179 r180  
    22222222    }
    22232223
    2224     /// \brief Returns true when the section type is \c "@arcs".
    2225     ///
    2226     /// Returns true when the section type is \c "@arcs", and not "@edges".
    2227     bool isArcSection(int i) const {
    2228       return _arc_sections[i];
    2229     }
    2230 
    22312224    /// @}
    22322225
     
    22532246    const std::vector<std::string>& edgeMaps(int i) const {
    22542247      return _edge_maps[i];
    2255     }
    2256 
    2257     /// \brief Returns true when the section type is \c "@edges".
    2258     ///
    2259     /// Returns true when the section type is \c "@edges", and not "@arcs".
    2260     bool isEdgeSection(int i) const {
    2261       return !_arc_sections[i];
    22622248    }
    22632249
Note: See TracChangeset for help on using the changeset viewer.