vrp-core 1.5.6

A core algorithms to solve a Vehicle Routing Problem
Documentation
[dependencies.hashbrown]
version = "0.8.2"

[dependencies.rand]
version = "0.7.3"

[dependencies.rayon]
version = "1.4.0"

[package]
authors = ["Ilya Builuk <ilya.builuk@gmail.com>"]
categories = ["algorithms", "science"]
description = "A core algorithms to solve a Vehicle Routing Problem"
edition = "2018"
homepage = "https://github.com/reinterpretcat/vrp"
keywords = ["vrp", "optimization"]
license = "Apache-2.0"
name = "vrp-core"
readme = "README.md"
repository = "https://github.com/reinterpretcat/vrp"
version = "1.5.6"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.num_cpus]
version = "1.13.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.44"

[target."cfg(target_arch = \"wasm32\")".dependencies.rand]
features = ["wasm-bindgen"]
version = "0.7.3"