Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ viewarrayshared
Function
viewarrayshared
gecode/set/rel-op/common.hpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
template<class View0, class View1>
46
forceinline bool
47
viewarrayshared(const ViewArray<View0>& va, const View1& y) {
48
return shared(va,y);
49
}
50
51
template<>
52
forceinline bool
Callers
3
MixNaryOnePropagator<View0,PC_SET_ANY,View1,PC_SET_ANY>
Function · 0.85
inter.hpp
File · 0.85
MixNaryOnePropagator<View0,PC_SET_ANY,View1,PC_SET_ANY>
Function · 0.85
Calls
1
shared
Function · 0.70
Tested by
no test coverage detected