MCPcopy 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

solveFunction · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected