Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ time_solve
Method
time_solve
examples/job-shop.cpp:241–243 ·
view source on GitHub ↗
Return time-out for solve
Source
from the content-addressed store, hash-verified
239
}
240
/// Return time-out for solve
241
unsigned int time_solve(void) const {
242
return _time_solve.value();
243
}
244
/// Return tie-breaking factor
245
double tbf(void) const {
246
return _tbf.value();
Callers
1
solve
Function · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected