COIN-OR::LEMON - Graph Library

Ticket #597: 597-minor-fixes.patch

File 597-minor-fixes.patch, 2.1 KB (added by Peter Kovacs, 9 years ago)
  • doc/groups.dox

    # 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  
    585585In addition, the graph nodes may be \e labeled, i.e. we are given two
    586586node labelings \f$l_1:V_1\longrightarrow L\f$ and \f$l_2:V_2\longrightarrow
    587587L\f$ and we require that \f$l_1(u)=l_2(f(u))\f$ holds for all nodes \f$u \in
    588 G\f$.
     588G_1\f$.
    589589
    590590*/
    591591
  • lemon/vf2.h

    diff --git a/lemon/vf2.h b/lemon/vf2.h
    a b  
    428428    ///\sa See \ref Vf2MappingType for the possible values.
    429429    void mappingType(Vf2MappingType m_type) { _mapping_type = m_type; }
    430430
    431     ///Find a mapping
     431    ///Finds a mapping
    432432
    433433    ///It finds a mapping between from g1 into g2 according to the mapping
    434434    ///type set by \ref mappingType(Vf2MappingType) "mappingType()".
  • doc/references.bib

    # 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  
    356356}
    357357
    358358@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
    360362                  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
    370369}