Changeset 1191:d9f79b81ef6c in lemon-main
- Timestamp:
- 10/07/17 15:48:00 (7 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/vf2.h
r1190 r1191 95 95 /// 96 96 ///\tparam G1 The type of the graph to be embedded. 97 ///The default type is \ref List Digraph.97 ///The default type is \ref ListGraph. 98 98 ///\tparam G2 The type of the graph g1 will be embedded into. 99 ///The default type is \ref List Digraph.99 ///The default type is \ref ListGraph. 100 100 ///\tparam M The type of the NodeMap storing the mapping. 101 101 ///By default, it is G1::NodeMap<G2::Node> … … 107 107 template<class G1, class G2, class M, class NEQ > 108 108 #else 109 template<class G1 =ListDigraph,110 class G2 =ListDigraph,109 template<class G1 = ListGraph, 110 class G2 = ListGraph, 111 111 class M = typename G1::template NodeMap<G2::Node>, 112 112 class NEQ = bits::vf2::AlwaysEq > -
lemon/vf2pp.h
r1190 r1191 77 77 /// 78 78 ///\tparam G1 The type of the graph to be embedded. 79 ///The default type is \ref List Digraph.79 ///The default type is \ref ListGraph. 80 80 ///\tparam G2 The type of the graph g1 will be embedded into. 81 ///The default type is \ref List Digraph.81 ///The default type is \ref ListGraph. 82 82 ///\tparam M The type of the NodeMap storing the mapping. 83 83 ///By default, it is G1::NodeMap<G2::Node> … … 93 93 template<class G1, class G2, class M, class M1, class M2 > 94 94 #else 95 template<class G1 =ListDigraph,96 class G2 =ListDigraph,95 template<class G1 = ListGraph, 96 class G2 = ListGraph, 97 97 class M = typename G1::template NodeMap<G2::Node>, 98 98 class M1 = typename G1::template NodeMap<int>,
Note: See TracChangeset
for help on using the changeset viewer.