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

Method s_not_possible

gecode/int/sequence/view.hpp:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177 template<class View, class Val, bool iss>
178 forceinline bool
179 ViewValSupport<View,Val,iss>::s_not_possible
180 (ViewArray<View>& a, Val s, int i, int idx) const {
181 (void) i;
182 return excludes(a[idx-1],s) || (!iss && (i == idx-1));
183 }
184
185
186 template<class View, class Val, bool iss>

Callers

nothing calls this directly

Calls 1

excludesFunction · 0.85

Tested by

no test coverage detected