Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
assigned
Method · 0.45
size
Method · 0.45
move_lst
Method · 0.45
Tested by
no test coverage detected