equal
deleted
inserted
replaced
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. |