lemon/nauty_reader.h
changeset 358 636fa2f39f10
parent 352 7c5d8de2eac7
child 359 0eec1736ff1d
equal deleted inserted replaced
3:8f6cb26453d8 4:c327f3dcab21
    36   /// The \e geng program is in the \e gtools suite of the nauty
    36   /// The \e geng program is in the \e gtools suite of the nauty
    37   /// package. This tool can generate all non-isomorphic undirected
    37   /// package. This tool can generate all non-isomorphic undirected
    38   /// graphs of several classes with given node number (e.g.
    38   /// graphs of several classes with given node number (e.g.
    39   /// general, connected, biconnected, triangle-free, 4-cycle-free,
    39   /// general, connected, biconnected, triangle-free, 4-cycle-free,
    40   /// bipartite and graphs with given edge number and degree
    40   /// 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
    42   /// line from the given stream and builds it in the given graph.
    42   /// line from the given stream and builds it in the given graph.
    43   ///
    43   ///
    44   /// The site of nauty package: http://cs.anu.edu.au/~bdm/nauty/
    44   /// The site of nauty package: http://cs.anu.edu.au/~bdm/nauty/
    45   ///
    45   ///
    46   /// For example, the number of all non-isomorphic planar graphs
    46   /// For example, the number of all non-isomorphic planar graphs