Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ size
Method
size
gecode/int/bin-packing/propagate.hpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
x = b;
54
}
55
forceinline int
56
Item::size(void) const {
57
return s;
58
}
59
forceinline void
60
Item::size(int s0) {
61
s = s0;
Callers
15
nodes
Method · 0.45
operator ==
Function · 0.45
operator <
Function · 0.45
propagate.hpp
File · 0.45
cost
Method · 0.45
propagate
Method · 0.45
post
Method · 0.45
clause.hpp
File · 0.45
copy
Method · 0.45
post
Method · 0.45
ExecStatus resubscribe
Function · 0.45
eliminate_zero
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected