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

Function exclude

gecode/int/sequence/set-op.hpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 /// Prune view \a x to exclude all values from \a s
135 template<class View>
136 forceinline ModEvent
137 exclude(Space& home, View& x, int s) {
138 return x.nq(home,s);
139 }
140 /// Prune view \a x to exclude all values from \a s
141 template<class View>
142 forceinline ModEvent

Callers 3

excludeMethod · 0.85
excludeIMethod · 0.85
concludeMethod · 0.85

Calls 2

nqMethod · 0.45
minus_rMethod · 0.45

Tested by

no test coverage detected