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

Method update

gecode/kernel/var.hpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114 template<class VarImp>
115 forceinline void
116 VarImpVar<VarImp>::update(Space& home, VarImpVar<VarImp>& y) {
117 x = y.x->copy(home);
118 }
119
120}
121

Callers 1

_cloneMethod · 0.45

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected