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