Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ channel
Function
channel
gecode/minimodel/channel.hpp:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
namespace Gecode {
37
38
inline BoolVar
39
channel(Home home, IntVar x, IntPropLevel ipl) {
40
(void) ipl;
41
BoolVar b(home,0,1); channel(home,b,x);
42
return b;
43
}
44
45
inline IntVar
46
channel(Home home, BoolVar b, IntPropLevel ipl) {
Callers
nothing calls this directly
Calls
8
nvalues
Function · 0.85
max
Function · 0.70
min
Function · 0.70
rel
Function · 0.70
expr
Function · 0.70
cardinality
Function · 0.70
min
Method · 0.45
max
Method · 0.45
Tested by
no test coverage detected