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

Method cost

gecode/int/sorted/propagate.hpp:376–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374
375 template<class View, bool Perm>
376 PropCost Sorted<View,Perm>::cost(const Space&, const ModEventDelta&) const {
377 return PropCost::linear(PropCost::LO, x.size());
378 }
379
380 template<class View, bool Perm>
381 void

Callers

nothing calls this directly

Calls 2

linearFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected