COIN-OR::LEMON - Graph Library

Changeset 1414:73e29215aaa4 in lemon


Ignore:
Timestamp:
10/17/18 22:55:02 (5 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Add citation for Vf2pp (#597)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/references.bib

    r1367 r1414  
    4343  pages =        {67--118}
    4444}
     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
    4556
    4657
  • lemon/vf2pp.h

    r1413 r1414  
    3333namespace lemon {
    3434
    35   ///%VF2 Plus Plus algorithm class.
     35  ///%VF2 Plus Plus algorithm class \cite VF2PP.
    3636
    3737  ///\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
    3939  ///for variants of the (Sub)graph Isomorphism problem.
    4040  ///
Note: See TracChangeset for help on using the changeset viewer.