Trampoline function for AFC-based cost
| 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 |