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

Method size

examples/steel-mill.cpp:97–97  ·  view source on GitHub ↗

Return size

Source from the content-addressed store, hash-verified

95
96 /// Return size
97 unsigned int size(void) const { return _size; }
98 /// Return capacities
99 int* capacities(void) const { return _capacities; }
100 /// Return number of capacities

Callers 2

SteelMillMethod · 0.45
choiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected