Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ tbf
Method
tbf
examples/qcp.cpp:77–79 ·
view source on GitHub ↗
Return tie-breaking factor
Source
from the content-addressed store, hash-verified
75
}
76
/// Return tie-breaking factor
77
double tbf(void) const {
78
return _tbf.value();
79
}
80
/// Set tie-breaking factor
81
void tbf(double d) {
82
_tbf.value(d);
Callers
1
slave
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected