Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ items
Method
items
examples/multi-bin-packing.cpp:80–82 ·
view source on GitHub ↗
Return number of items
Source
from the content-addressed store, hash-verified
78
}
79
/// Return number of items
80
int items(void) const {
81
return data[1];
82
}
83
/// Return number of bins
84
int bins(void) const {
85
return data[2];
Callers
2
MultiBinPacking
Method · 0.45
print
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected