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

Method copy

gecode/int/rel/lq-le.hpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63 template<class V0, class V1>
64 Actor*
65 Lq<V0,V1>::copy(Space& home) {
66 return new (home) Lq<V0,V1>(home,*this);
67 }
68
69 template<class V0, class V1>
70 ExecStatus

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45
setMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected