MCPcopy Create free account
hub / github.com/Gecode/gecode / sd

Function sd

gecode/int/view-val-graph/edge.hpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 template<class View>
37 forceinline
38 Edge<View>::Edge(ValNode<View>* s, ViewNode<View>* d)
39 : sd(s,d) {
40 s->add(this);
41 }
42 template<class View>
43 forceinline
44 Edge<View>::Edge(ValNode<View>* s, ViewNode<View>* d, Edge<View>* n)

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected