COIN-OR::LEMON - Graph Library

Ticket #55: fix_636fa2f39f10.patch

File fix_636fa2f39f10.patch, 848 bytes (added by Peter Kovacs, 16 years ago)
  • lemon/nauty_reader.h

    # HG changeset patch
    # User Peter Kovacs <kpeter@inf.elte.hu>
    # Date 1225829697 -3600
    # Node ID 636fa2f39f1017c4a7153b76b7037e19416d47ce
    # Parent  3fb8ed1322de7eb738605582ff668a1ba0120d62
    Redo erroneous modification of [7c5d8de2eac7] (#55)
    
    diff --git a/lemon/nauty_reader.h b/lemon/nauty_reader.h
    a b  
    3838  /// graphs of several classes with given node number (e.g.
    3939  /// general, connected, biconnected, triangle-free, 4-cycle-free,
    4040  /// bipartite and graphs with given edge number and degree
    41   /// constraints). This function reads a \e nauty \e graph \e format
     41  /// constraints). This function reads a \e nauty \e graph6 \e format
    4242  /// line from the given stream and builds it in the given graph.
    4343  ///
    4444  /// The site of nauty package: http://cs.anu.edu.au/~bdm/nauty/