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

Method cost

gecode/int/rel/nq.hpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73 template<class V0, class V1>
74 PropCost
75 Nq<V0,V1>::cost(const Space&, const ModEventDelta&) const {
76 return PropCost::unary(PropCost::LO);
77 }
78
79 template<class V0, class V1>
80 ExecStatus

Callers 1

constrainMethod · 0.45

Calls 3

unaryFunction · 0.85
linearFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected