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

Method chbmerit

examples/job-shop.cpp:447–449  ·  view source on GitHub ↗

Trampoline function for CHB-based cost

Source from the content-addressed store, hash-verified

445 }
446 /// Trampoline function for CHB-based cost
447 static double chbmerit(const Space& home, BoolVar, int i) {
448 return static_cast<const JobShopSolve&>(home).chb(i);
449 }
450 /// Random number generator for probing and relaxation
451 Rnd rnd;
452public:

Callers

nothing calls this directly

Calls 1

chbMethod · 0.45

Tested by

no test coverage detected