MCPcopy 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

nodesMethod · 0.45
operator ==Function · 0.45
operator <Function · 0.45
propagate.hppFile · 0.45
costMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
clause.hppFile · 0.45
copyMethod · 0.45
postMethod · 0.45
ExecStatus resubscribeFunction · 0.45
eliminate_zeroFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected