Changeset 1195:73e29215aaa4 in lemon-main
- Timestamp:
- 10/17/18 22:55:02 (6 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/references.bib
r1153 r1195 43 43 pages = {67--118} 44 44 } 45 46 @article{VF2PP, 47 author = {Alp\'ar J\"uttner and P\'eter Madarasi}, 48 title = {{VF2++} â An improved subgraph isomorphism algorithm}, 49 journal = {Discrete Applied Mathematics}, 50 year = {2018}, 51 volume = {242}, 52 pages = {69--81}, 53 url = {https://doi.org/10.1016/j.dam.2018.02.018} 54 } 55 45 56 46 57 -
lemon/vf2pp.h
r1194 r1195 33 33 namespace lemon { 34 34 35 ///%VF2 Plus Plus algorithm class .35 ///%VF2 Plus Plus algorithm class \cite VF2PP. 36 36 37 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 39 ///for variants of the (Sub)graph Isomorphism problem. 40 40 ///
Note: See TracChangeset
for help on using the changeset viewer.