# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1432481366 -7200
# Node ID abc24245d27636fe0638b118a7fbc6dce59fe63a
# Parent 1de908281369d1b983e9f493a7b56da4558484d7
Minor doc fixes (#597)
diff --git a/doc/groups.dox b/doc/groups.dox
a
|
b
|
|
585 | 585 | In addition, the graph nodes may be \e labeled, i.e. we are given two |
586 | 586 | node labelings \f$l_1:V_1\longrightarrow L\f$ and \f$l_2:V_2\longrightarrow |
587 | 587 | L\f$ and we require that \f$l_1(u)=l_2(f(u))\f$ holds for all nodes \f$u \in |
588 | | G\f$. |
| 588 | G_1\f$. |
589 | 589 | |
590 | 590 | */ |
591 | 591 | |
diff --git a/lemon/vf2.h b/lemon/vf2.h
a
|
b
|
|
428 | 428 | ///\sa See \ref Vf2MappingType for the possible values. |
429 | 429 | void mappingType(Vf2MappingType m_type) { _mapping_type = m_type; } |
430 | 430 | |
431 | | ///Find a mapping |
| 431 | ///Finds a mapping |
432 | 432 | |
433 | 433 | ///It finds a mapping between from g1 into g2 according to the mapping |
434 | 434 | ///type set by \ref mappingType(Vf2MappingType) "mappingType()". |
# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1432481450 -7200
# Node ID 233ad6942a26b8d289dae0dd44d0ba118c429b44
# Parent abc24245d27636fe0638b118a7fbc6dce59fe63a
Minor fixes in bibtex entry + unify formatting (#597)
diff --git a/doc/references.bib b/doc/references.bib
a
|
b
|
|
356 | 356 | } |
357 | 357 | |
358 | 358 | @article{cordella2004sub, |
359 | | title = {A (sub) graph isomorphism algorithm for matching |
| 359 | author = {Cordella, Luigi P. and Foggia, Pasquale and Sansone, |
| 360 | Carlo and Vento, Mario}, |
| 361 | title = {A (sub)graph isomorphism algorithm for matching |
360 | 362 | large graphs}, |
361 | | author = {Cordella, Luigi P and Foggia, Pasquale and Sansone, |
362 | | Carlo and Vento, Mario}, |
363 | | journal = {Pattern Analysis and Machine Intelligence, IEEE |
364 | | Transactions on}, |
365 | | volume = 26, |
366 | | number = 10, |
367 | | pages = {1367--1372}, |
368 | | year = 2004, |
369 | | publisher = {IEEE} |
| 363 | journal = {IEEE Transactions on Pattern Analysis and Machine |
| 364 | Intelligence}, |
| 365 | volume = 26, |
| 366 | number = 10, |
| 367 | pages = {1367--1372}, |
| 368 | year = 2004 |
370 | 369 | } |