Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
unary
Function · 0.85
linear
Function · 0.50
size
Method · 0.45
Tested by
no test coverage detected