Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ SetView>
Method
SetView>
gecode/set/ldsb.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
namespace Gecode { namespace Int { namespace LDSB {
59
template <>
60
ModEvent prune<Set::SetView>(Space& home, Set::SetView x, int v) {
61
return x.exclude(home, v);
62
}
63
}}}
64
65
namespace Gecode { namespace Set { namespace LDSB {
Callers
nothing calls this directly
Calls
1
exclude
Method · 0.45
Tested by
no test coverage detected