COIN-OR::LEMON - Graph Library

Changeset 1366:abc24245d276 in lemon


Ignore:
Timestamp:
05/24/15 17:29:26 (9 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Minor doc fixes (#597)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r1351 r1366  
    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*/
  • lemon/vf2.h

    r1353 r1366  
    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
Note: See TracChangeset for help on using the changeset viewer.