| 47 | } |
| 48 | |
| 49 | pyvrp::Solution LocalSearch::intensify(pyvrp::Solution const &solution, |
| 50 | CostEvaluator const &costEvaluator) |
| 51 | { |
| 52 | loadSolution(solution); |
| 53 | intensify(costEvaluator); |
| 54 | return solution_.unload(); |
| 55 | } |
| 56 | |
| 57 | void LocalSearch::search(CostEvaluator const &costEvaluator) |
| 58 | { |