Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ any
Method
any
gecode/int/view/int.hpp:229–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
return IntVarImp::width(d);
228
}
229
forceinline bool
230
IntView::any(const Delta& d) const {
231
return IntVarImp::any(d);
232
}
233
234
235
forceinline ModEventDelta
Callers
6
glbAny
Method · 0.45
lubAny
Method · 0.45
advise
Method · 0.45
advise
Method · 0.45
advise
Method · 0.45
prune
Method · 0.45
Calls
1
any
Function · 0.50
Tested by
no test coverage detected