vrp-solver 1.0.3

An extension which provides custom metaheuristic for solving VRP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vrp-solver"
version = "1.0.3"
authors = ["Ilya Builuk <ilya.builuk@gmail.com>"]
license = "Apache-2.0"
keywords = ["vrp", "optimization"]
categories = ["algorithms", "science"]
readme = "README.md"
homepage = "https://github.com/reinterpretcat/vrp"
repository = "https://github.com/reinterpretcat/vrp"
edition = "2018"
description = "An extension which provides custom metaheuristic for solving VRP"


[dependencies]
vrp-core = { path = "../vrp-core", version = "1.0.3" }