Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ size
Method
size
gecode/int/var/int.hpp:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
return x->width();
78
}
79
forceinline unsigned int
80
IntVar::size(void) const {
81
return x->size();
82
}
83
forceinline unsigned int
84
IntVar::regret_min(void) const {
85
return x->regret_min();
Callers
15
add
Method · 0.45
eliminate
Method · 0.45
post
Method · 0.45
cost
Method · 0.45
propagate
Method · 0.45
post
Method · 0.45
propagate
Method · 0.45
post
Method · 0.45
TaskTree<TaskView,OmegaNode>
Function · 0.45
TaskTree<TaskView,OmegaLambdaNode>
Function · 0.45
ExecStatus detectable
Function · 0.45
subsumed
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected