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

Method cost

gecode/int/nvalues/int-base.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60 template<class VY>
61 PropCost
62 IntBase<VY>::cost(const Space&, const ModEventDelta&) const {
63 return PropCost::quadratic(PropCost::HI, x.size());
64 }
65
66 template<class VY>
67 void

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected