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

Method cost

gecode/kernel/propagator/pattern.hpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323
324 template<class View, PropCond pc>
325 PropCost
326 UnaryPropagator<View,pc>::cost(const Space&, const ModEventDelta&) const {
327 return PropCost::unary(PropCost::LO);
328 }
329
330 template<class View, PropCond pc>
331 void

Callers

nothing calls this directly

Calls 3

unaryFunction · 0.85
linearFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected