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

Method shaved

gecode/int/sequence/view.hpp:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225 template<class View,class Val, bool iss>
226 forceinline bool
227 ViewValSupport<View,Val,iss>::shaved(const View& x, Val s, int) const {
228 if (iss)
229 return excludes(x,s);
230 else
231 return includes(x,s);
232 }
233
234 template<class View,class Val, bool iss>
235 forceinline ExecStatus

Callers

nothing calls this directly

Calls 2

excludesFunction · 0.85
includesFunction · 0.85

Tested by

no test coverage detected