Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ width
Method
width
examples/nonogram.cpp:75–77 ·
view source on GitHub ↗
Return width of board
Source
from the content-addressed store, hash-verified
73
74
/// Return width of board
75
int width(void) const {
76
return spec[0];
77
}
78
/// Return height of board
79
int height(void) const {
80
return spec[1];
Callers
6
print
Method · 0.45
print
Method · 0.45
print
Method · 0.45
print
Method · 0.45
print
Method · 0.45
print
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected