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