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

Method dimension

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

Return dimension

Source from the content-addressed store, hash-verified

70 }
71 /// Return dimension
72 int dimension(void) const {
73 return data[0];
74 }
75 /// Return instance name
76 const char* iname(void) const {
77 return n;

Callers 2

MultiBinPackingMethod · 0.80
printMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected