MCPcopy Create free account
hub / github.com/Gecode/gecode / size

Method size

examples/bin-packing.cpp:75–77  ·  view source on GitHub ↗

Return size of item \a i

Source from the content-addressed store, hash-verified

73 }
74 /// Return size of item \a i
75 int size(int i) const {
76 return data[i+2];
77 }
78 protected:
79 /// Find instance by name \a s
80 static const int* find(const char* s) {

Callers 7

statusMethod · 0.45
choiceMethod · 0.45
commitMethod · 0.45
printMethod · 0.45
cdbfFunction · 0.45
BinPackingMethod · 0.45
printMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected