Trampoline function for CHB-based cost
| 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; |
| 452 | public: |