COIN-OR::LEMON - Graph Library

Changeset 371:0eec1736ff1d in lemon for lemon/nauty_reader.h


Ignore:
Timestamp:
11/04/08 21:25:15 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Rename readNauty() to readNautyGraph() (#55)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/nauty_reader.h

    r370 r371  
    4949  /// int num = 0;
    5050  /// SmartGraph graph;
    51   /// while (readNauty(graph, std::cin)) {
     51  /// while (readNautyGraph(graph, std::cin)) {
    5252  ///   PlanarityChecking<SmartGraph> pc(graph);
    5353  ///   if (pc.run()) ++num;
     
    6262  ///\endcode
    6363  template <typename Graph>
    64   std::istream& readNauty(Graph& graph, std::istream& is = std::cin) {
     64  std::istream& readNautyGraph(Graph& graph, std::istream& is = std::cin) {
    6565    graph.clear();
    6666
Note: See TracChangeset for help on using the changeset viewer.