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

Method cost

gecode/int/bin-packing/propagate.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 */
42
43 PropCost
44 Pack::cost(const Space&, const ModEventDelta&) const {
45 return PropCost::quadratic(PropCost::HI,bs.size());
46 }
47
48 void
49 Pack::reschedule(Space& home) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected