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

Method copy

gecode/kernel/propagator/wait.hpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122 template<class View>
123 Actor*
124 UnaryWait<View>::copy(Space& home) {
125 return new (home) UnaryWait<View>(home,*this);
126 }
127 template<class View>
128 PropCost
129 UnaryWait<View>::cost(const Space&, const ModEventDelta&) const {

Callers

nothing calls this directly

Calls 3

assignedMethod · 0.45
sizeMethod · 0.45
move_lstMethod · 0.45

Tested by

no test coverage detected