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

Method support

gecode/int/support-values.hpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92 template<class View, class A>
93 forceinline void
94 SupportValues<View,A>::support(void) {
95 bs.clear(rp->pos + static_cast<unsigned int>(v-rp->min));
96 }
97
98 template<class View, class A>
99 forceinline bool

Callers

nothing calls this directly

Calls 3

clearMethod · 0.45
minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected