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

Function excludes

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

Source from the content-addressed store, hash-verified

86 /// Test whether all values of view \a x are excluded from \a s
87 template<class View>
88 forceinline bool
89 excludes(const View& x, int s) {
90 return !x.in(s);
91 }
92 /// Test whether all values of view \a x are excluded from \a s
93 template<class View>
94 forceinline bool

Callers 4

checkMethod · 0.85
s_not_possibleMethod · 0.85
shavedMethod · 0.85
schedule_conclusionMethod · 0.85

Calls 4

disjointFunction · 0.85
inMethod · 0.45
maxMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected