[Lemon-commits] Alpar Juttner: Add citation for Vf2pp (#597)
Lemon HG
hg at lemon.cs.elte.hu
Wed Oct 17 23:21:03 CEST 2018
details: http://lemon.cs.elte.hu/hg/lemon/rev/73e29215aaa4
changeset: 1414:73e29215aaa4
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Wed Oct 17 22:55:02 2018 +0200
description:
Add citation for Vf2pp (#597)
diffstat:
doc/references.bib | 11 +++++++++++
lemon/vf2pp.h | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diffs (37 lines):
diff --git a/doc/references.bib b/doc/references.bib
--- a/doc/references.bib
+++ b/doc/references.bib
@@ -43,6 +43,17 @@
pages = {67--118}
}
+ at article{VF2PP,
+ author = {Alp\'ar J\"uttner and P\'eter Madarasi},
+ title = {{VF2++} — An improved subgraph isomorphism algorithm},
+ journal = {Discrete Applied Mathematics},
+ year = {2018},
+ volume = {242},
+ pages = {69--81},
+ url = {https://doi.org/10.1016/j.dam.2018.02.018}
+}
+
+
%%%%% Other libraries %%%%%%
diff --git a/lemon/vf2pp.h b/lemon/vf2pp.h
--- a/lemon/vf2pp.h
+++ b/lemon/vf2pp.h
@@ -32,10 +32,10 @@
namespace lemon {
- ///%VF2 Plus Plus algorithm class.
+ ///%VF2 Plus Plus algorithm class \cite VF2PP.
///\ingroup graph_isomorphism This class provides an efficient
- ///implementation of the %VF2 Plus Plus algorithm
+ ///implementation of the %VF2 Plus Plus algorithm \cite VF2PP
///for variants of the (Sub)graph Isomorphism problem.
///
///There is also a \ref vf2pp() "function-type interface" called
More information about the Lemon-commits
mailing list