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

Method cost

gecode/int/task/prop.hpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 template<class Task, class PL>
51 PropCost
52 TaskProp<Task,PL>::cost(const Space&, const ModEventDelta&) const {
53 return PropCost::linear(PropCost::HI,t.size());
54 }
55
56 template<class Task, class PL>
57 void

Callers

nothing calls this directly

Calls 2

linearFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected