77 stable releases

1.25.0 Nov 10, 2024
1.24.0 Jul 13, 2024
1.23.0 Dec 22, 2023
1.22.1 Aug 26, 2023
1.4.1 Jul 30, 2020

#89 in Science

Download history 5/week @ 2024-08-24 2/week @ 2024-08-31 4/week @ 2024-09-07 17/week @ 2024-09-14 17/week @ 2024-09-21 16/week @ 2024-09-28 9/week @ 2024-10-05 1/week @ 2024-10-19 104/week @ 2024-11-09 15/week @ 2024-11-16 2/week @ 2024-11-23 10/week @ 2024-11-30

131 downloads per month

Apache-2.0

1MB
23K SLoC

Description

The cli crate implements command line interface to Vehicle Routing Problem solver functionality.

Please check the repository for more details.


lib.rs:

A crate for solving Vehicle Routing Problem using default metaheuristic.

This crate provides ready-to-use functionality to solve rich Vehicle Routing Problem.

For more details check the following resources:

  • user guide describes how to use cli application built from this crate
  • vrp-core crate implements default metaheuristic

Dependencies

~4–13MB
~171K SLoC