MCPcopy 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

58namespace 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
65namespace Gecode { namespace Set { namespace LDSB {

Callers

nothing calls this directly

Calls 1

excludeMethod · 0.45

Tested by

no test coverage detected