Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ dimension
Method
dimension
examples/multi-bin-packing.cpp:72–74 ·
view source on GitHub ↗
Return dimension
Source
from the content-addressed store, hash-verified
70
}
71
/// Return dimension
72
int dimension(void) const {
73
return data[0];
74
}
75
/// Return instance name
76
const char* iname(void) const {
77
return n;
Callers
2
MultiBinPacking
Method · 0.80
print
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected