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

Method cost

gecode/int/linear/bool-int.hpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92 template<class VX>
93 PropCost
94 LinBoolInt<VX>::cost(const Space&, const ModEventDelta&) const {
95 return PropCost::unary(PropCost::HI);
96 }
97
98 template<class VX>
99 forceinline size_t

Callers

nothing calls this directly

Calls 3

unaryFunction · 0.85
linearFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected