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

Method CommonOptions

examples/job-shop.cpp:353–359  ·  view source on GitHub ↗

Initialize

Source from the content-addressed store, hash-verified

351public:
352 /// Initialize
353 CommonOptions(const JobShopOptions& opt) {
354 clone = false;
355 threads = opt.threads();
356 c_d = opt.c_d();
357 a_d = opt.a_d();
358 nogoods_limit = opt.nogoods() ? opt.nogoods_limit() : 0U;
359 }
360};
361
362/// Model for probing

Callers

nothing calls this directly

Calls 5

threadsMethod · 0.45
c_dMethod · 0.45
a_dMethod · 0.45
nogoodsMethod · 0.45
nogoods_limitMethod · 0.45

Tested by

no test coverage detected