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

#83 in Science

Download history 7/week @ 2024-08-05 7/week @ 2024-08-26 4/week @ 2024-09-09 19/week @ 2024-09-16 15/week @ 2024-09-23 18/week @ 2024-09-30 7/week @ 2024-10-07 1/week @ 2024-10-21 41/week @ 2024-11-04 70/week @ 2024-11-11 10/week @ 2024-11-18

121 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
~173K SLoC