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

Method maxcapacity

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

Return maximum of capacities

Source from the content-addressed store, hash-verified

101 int ncapacities(void) const { return _ncapacities; }
102 /// Return maximum of capacities
103 int maxcapacity(void) const { return _maxcapacity; }
104 /// Return loss values
105 int* loss(void) const { return _loss; }
106 /// Return orders

Callers 1

SteelMillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected