Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ upper
Method
upper
examples/bin-packing.cpp:183–185 ·
view source on GitHub ↗
Return upper bound
Source
from the content-addressed store, hash-verified
181
}
182
/// Return upper bound
183
int upper(void) const {
184
return u;
185
}
186
};
187
188
}
Callers
1
BinPacking
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected