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

Method violated

gecode/int/sequence/view.hpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260 template<class View,class Val,bool iss>
261 forceinline bool
262 ViewValSupport<View,Val,iss>::violated(int j, int q, int l, int u) const {
263 return values(j,q) < l || values(j,q) > u;
264 }
265
266 template<class View,class Val,bool iss>
267 forceinline ExecStatus

Callers

nothing calls this directly

Calls 1

valuesFunction · 0.85

Tested by

no test coverage detected