From a085e1aff7d55355cc5ca268f8e9de37fa394a89 Mon Sep 17 00:00:00 2001 From: Romain BERNARD <romain.bernard@uca.fr> Date: Fri, 21 Jun 2024 10:54:24 +0200 Subject: [PATCH] make methods public --- src/algorithm/DARP/Heuristics/BestInsertionHeuristic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/algorithm/DARP/Heuristics/BestInsertionHeuristic.h b/src/algorithm/DARP/Heuristics/BestInsertionHeuristic.h index 04641b0..657a978 100644 --- a/src/algorithm/DARP/Heuristics/BestInsertionHeuristic.h +++ b/src/algorithm/DARP/Heuristics/BestInsertionHeuristic.h @@ -10,6 +10,7 @@ #include "../../../routes/vehicle/SAEVRoute.h" class BestInsertionHeuristic { +public: /** * Automatically inserts the given request in a vehicle, potentially creating a new one if no active vehicle works * @param requestId ID of the request to insert in the route -- GitLab