Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ items
Method
items
examples/bin-packing.cpp:71–73 ·
view source on GitHub ↗
Return number of items
Source
from the content-addressed store, hash-verified
69
}
70
/// Return number of items
71
int items(void) const {
72
return data[1];
73
}
74
/// Return size of item \a i
75
int size(int i) const {
76
return data[i+2];
Callers
3
inspect
Method · 0.45
BinPacking
Method · 0.45
inspect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected