MCPcopy Create free account
hub / github.com/Gecode/gecode / time_adjust

Method time_adjust

examples/job-shop.cpp:237–239  ·  view source on GitHub ↗

Return time-out for adjust

Source from the content-addressed store, hash-verified

235 }
236 /// Return time-out for adjust
237 unsigned int time_adjust(void) const {
238 return _time_adjust.value();
239 }
240 /// Return time-out for solve
241 unsigned int time_solve(void) const {
242 return _time_solve.value();

Callers 1

solveFunction · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected