lemon/vf2pp.h
changeset 1415 959d78f3fe0e
parent 1413 e68f0ef37e77
equal deleted inserted replaced
7:abfd5b013c18 8:eee8da696286
    30 #include <algorithm>
    30 #include <algorithm>
    31 #include <utility>
    31 #include <utility>
    32 
    32 
    33 namespace lemon {
    33 namespace lemon {
    34 
    34 
    35   ///%VF2 Plus Plus algorithm class.
    35   ///%VF2 Plus Plus algorithm class \cite VF2PP.
    36 
    36 
    37   ///\ingroup graph_isomorphism This class provides an efficient
    37   ///\ingroup graph_isomorphism This class provides an efficient
    38   ///implementation of the %VF2 Plus Plus algorithm
    38   ///implementation of the %VF2 Plus Plus algorithm \cite VF2PP
    39   ///for variants of the (Sub)graph Isomorphism problem.
    39   ///for variants of the (Sub)graph Isomorphism problem.
    40   ///
    40   ///
    41   ///There is also a \ref vf2pp() "function-type interface" called
    41   ///There is also a \ref vf2pp() "function-type interface" called
    42   ///\ref vf2pp() for the %VF2 Plus Plus algorithm, which is probably
    42   ///\ref vf2pp() for the %VF2 Plus Plus algorithm, which is probably
    43   ///more convenient in most use cases.
    43   ///more convenient in most use cases.