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

Method items

examples/multi-bin-packing.cpp:80–82  ·  view source on GitHub ↗

Return number of items

Source from the content-addressed store, hash-verified

78 }
79 /// Return number of items
80 int items(void) const {
81 return data[1];
82 }
83 /// Return number of bins
84 int bins(void) const {
85 return data[2];

Callers 2

MultiBinPackingMethod · 0.45
printMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected