Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clear
Method · 0.45
min
Method · 0.45
max
Method · 0.45
Tested by
no test coverage detected