# HG changeset patch # User Alpar Juttner # Date 1444236586 -7200 # Node ID 9b4503108cc07e3b3a148daeb03d37ef45457b40 # Parent df2d4bf31fcb804c6f0d9f1d8854cb49863d7bb2# Parent 233ad6942a26b8d289dae0dd44d0ba118c429b44 Merge #597 diff -r df2d4bf31fcb -r 9b4503108cc0 doc/groups.dox --- a/doc/groups.dox Tue Sep 22 18:20:15 2015 +0200 +++ b/doc/groups.dox Wed Oct 07 18:49:46 2015 +0200 @@ -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 -r df2d4bf31fcb -r 9b4503108cc0 doc/references.bib --- a/doc/references.bib Tue Sep 22 18:20:15 2015 +0200 +++ b/doc/references.bib Wed Oct 07 18:49:46 2015 +0200 @@ -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 -r df2d4bf31fcb -r 9b4503108cc0 lemon/vf2.h --- a/lemon/vf2.h Tue Sep 22 18:20:15 2015 +0200 +++ b/lemon/vf2.h Wed Oct 07 18:49:46 2015 +0200 @@ -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()".