[Lemon-commits] Alpar Juttner: Merge #597

Lemon HG hg at lemon.cs.elte.hu
Thu Oct 8 10:20:22 CEST 2015


details:   http://lemon.cs.elte.hu/hg/lemon/rev/9b4503108cc0
changeset: 1368:9b4503108cc0
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Wed Oct 07 18:49:46 2015 +0200
description:
	Merge #597

diffstat:

 doc/groups.dox     |   2 +-
 doc/references.bib |  19 +++++++++----------
 lemon/vf2.h        |   2 +-
 3 files changed, 11 insertions(+), 12 deletions(-)

diffs (52 lines):

diff --git a/doc/groups.dox b/doc/groups.dox
--- a/doc/groups.dox
+++ b/doc/groups.dox
@@ -585,7 +585,7 @@
 In addition, the graph nodes may be \e labeled, i.e. we are given two
 node labelings \f$l_1:V_1\longrightarrow L\f$ and \f$l_2:V_2\longrightarrow
 L\f$ and we require that \f$l_1(u)=l_2(f(u))\f$ holds for all nodes \f$u \in
-G\f$.
+G_1\f$.
 
 */
 
diff --git a/doc/references.bib b/doc/references.bib
--- a/doc/references.bib
+++ b/doc/references.bib
@@ -356,15 +356,14 @@
 }
 
 @article{cordella2004sub,
-  title =	 {A (sub) graph isomorphism algorithm for matching
+  author =       {Cordella, Luigi P. and Foggia, Pasquale and Sansone,
+                  Carlo and Vento, Mario},
+  title =        {A (sub)graph isomorphism algorithm for matching
                   large graphs},
-  author =	 {Cordella, Luigi P and Foggia, Pasquale and Sansone,
-                  Carlo and Vento, Mario},
-  journal =	 {Pattern Analysis and Machine Intelligence, IEEE
-                  Transactions on},
-  volume =	 26,
-  number =	 10,
-  pages =	 {1367--1372},
-  year =	 2004,
-  publisher =	 {IEEE}
+  journal =      {IEEE Transactions on Pattern Analysis and Machine
+                  Intelligence},
+  volume =       26,
+  number =       10,
+  pages =        {1367--1372},
+  year =         2004
 }
diff --git a/lemon/vf2.h b/lemon/vf2.h
--- a/lemon/vf2.h
+++ b/lemon/vf2.h
@@ -428,7 +428,7 @@
     ///\sa See \ref Vf2MappingType for the possible values.
     void mappingType(Vf2MappingType m_type) { _mapping_type = m_type; }
 
-    ///Find a mapping
+    ///Finds a mapping
 
     ///It finds a mapping between from g1 into g2 according to the mapping
     ///type set by \ref mappingType(Vf2MappingType) "mappingType()".


More information about the Lemon-commits mailing list