@@ -49,13 +49,6 @@ extern "C" {
4949#include " cpp_common/time_multipliers_t.hpp"
5050#include " cpp_common/vehicle_t.hpp"
5151
52- #include " cpp_common/vroom_break_t.hpp"
53- #include " cpp_common/vroom_job_t.hpp"
54- #include " cpp_common/vroom_matrix_t.hpp"
55- #include " cpp_common/vroom_shipment_t.hpp"
56- #include " cpp_common/vroom_time_window_t.hpp"
57- #include " cpp_common/vroom_vehicle_t.hpp"
58-
5952namespace vrprouting {
6053namespace pgget {
6154namespace pickdeliver {
@@ -74,27 +67,6 @@ std::vector<Time_multipliers_t> get_timeMultipliers(const std::string&, bool);
7467
7568} // namespace pickdeliver
7669
77- namespace vroom {
78-
79- /* * @brief Reads the VROOM matrix */
80- std::vector<Vroom_matrix_t> get_matrix (const std::string&, bool );
81-
82- /* * @brief Reads the VROOM breaks */
83- std::vector<Vroom_break_t> get_breaks (const std::string&, bool );
84-
85- /* * @brief Reads the VROOM time windows */
86- std::map<std::pair<Idx, char >, std::vector<::vroom::TimeWindow>> get_timewindows (const std::string&, bool , bool );
87-
88- /* * @brief Reads the VROOM jobs */
89- std::vector<Vroom_job_t> get_jobs (const std::string&, bool );
90-
91- /* * @brief Reads the VROOM shipments */
92- std::vector<Vroom_shipment_t> get_shipments (const std::string&, bool );
93-
94- /* * @brief Reads the VROOM vehicles */
95- std::vector<Vroom_vehicle_t> get_vehicles (const std::string&, bool );
96-
97- } // namespace vroom
9870} // namespace pgget
9971} // namespace vrprouting
10072
0 commit comments