Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ width
Method
width
gecode/int/view/bool.hpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
return x->size();
87
}
88
forceinline unsigned int
89
BoolView::width(void) const {
90
return x->width();
91
}
92
forceinline unsigned int
93
BoolView::regret_min(void) const {
94
return x->regret_min();
Callers
nothing calls this directly
Calls
1
width
Function · 0.85
Tested by
no test coverage detected