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

Method loss

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

Return loss values

Source from the content-addressed store, hash-verified

103 int maxcapacity(void) const { return _maxcapacity; }
104 /// Return loss values
105 int* loss(void) const { return _loss; }
106 /// Return orders
107 order_t orders(void) const { return _orders; }
108 /// Return number of colors

Callers 1

SteelMillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected