COIN-OR::LEMON - Graph Library

Changeset 1407:76349d8212d3 in lemon for lemon/bits


Ignore:
Timestamp:
10/07/17 03:18:49 (7 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Improve and unify comments and API docs of VF2 algorithms (#597)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/vf2_internals.h

    r1405 r1407  
    2727  ///\ingroup graph_isomorphism
    2828  ///The \ref Vf2 "VF2" algorithm is capable of finding different kind of
    29   ///embeddings, this enum specifies its type.
     29  ///graph embeddings, this enum specifies their types.
    3030  ///
    3131  ///See \ref graph_isomorphism for a more detailed description.
     
    3636    INDUCED = 1,
    3737    /// Graph isomorphism
    38 
    39     /// If the two graph has the same number of nodes, than it is
     38    ///
     39    /// If the two graphs have the same number of nodes, than it is
    4040    /// equivalent to \ref INDUCED, and if they also have the same
    4141    /// number of edges, then it is also equivalent to \ref SUBGRAPH.
    4242    ///
    43     /// However, using this setting is faster than the other two
    44     /// options.
     43    /// However, using this setting is faster than the other two options.
    4544    ISOMORPH = 2
    4645  };
Note: See TracChangeset for help on using the changeset viewer.