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

Method afcmerit

examples/job-shop.cpp:425–427  ·  view source on GitHub ↗

Trampoline function for AFC-based cost

Source from the content-addressed store, hash-verified

423 }
424 /// Trampoline function for AFC-based cost
425 static double afcmerit(const Space& home, BoolVar x, int i) {
426 return static_cast<const JobShopSolve&>(home).afc(x,i);
427 }
428 /// Action information
429 IntAction iaction; BoolAction baction;
430 /// Action-based cost

Callers

nothing calls this directly

Calls 1

afcMethod · 0.45

Tested by

no test coverage detected