COIN-OR::LEMON - Graph Library

Changeset 1410:d9f79b81ef6c in lemon


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

Change the default graph type of Vf2 and Vf2pp (#597)

Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/vf2.h

    r1409 r1410  
    9595  ///
    9696  ///\tparam G1 The type of the graph to be embedded.
    97   ///The default type is \ref ListDigraph.
     97  ///The default type is \ref ListGraph.
    9898  ///\tparam G2 The type of the graph g1 will be embedded into.
    99   ///The default type is \ref ListDigraph.
     99  ///The default type is \ref ListGraph.
    100100  ///\tparam M The type of the NodeMap storing the mapping.
    101101  ///By default, it is G1::NodeMap<G2::Node>
     
    107107  template<class G1, class G2, class M, class NEQ >
    108108#else
    109   template<class G1=ListDigraph,
    110            class G2=ListDigraph,
     109  template<class G1 = ListGraph,
     110           class G2 = ListGraph,
    111111           class M = typename G1::template NodeMap<G2::Node>,
    112112           class NEQ = bits::vf2::AlwaysEq >
  • lemon/vf2pp.h

    r1409 r1410  
    7777  ///
    7878  ///\tparam G1 The type of the graph to be embedded.
    79   ///The default type is \ref ListDigraph.
     79  ///The default type is \ref ListGraph.
    8080  ///\tparam G2 The type of the graph g1 will be embedded into.
    81   ///The default type is \ref ListDigraph.
     81  ///The default type is \ref ListGraph.
    8282  ///\tparam M The type of the NodeMap storing the mapping.
    8383  ///By default, it is G1::NodeMap<G2::Node>
     
    9393  template<class G1, class G2, class M, class M1, class M2 >
    9494#else
    95   template<class G1=ListDigraph,
    96            class G2=ListDigraph,
     95  template<class G1 = ListGraph,
     96           class G2 = ListGraph,
    9797           class M = typename G1::template NodeMap<G2::Node>,
    9898           class M1 = typename G1::template NodeMap<int>,
Note: See TracChangeset for help on using the changeset viewer.