vrp-core 1.23.0

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

[dependencies.nohash-hasher]
version = "0.2.0"

[dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[dependencies.rayon]
version = "1.8.0"

[dependencies.rosomaxa]
optional = true
version = "0.7.2"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.tinyvec]
features = ["alloc"]
version = "1.6.0"

[features]
async-evolution = ["rosomaxa/async-evolution"]
default = ["rosomaxa"]

[package]
authors = ["Ilya Builuk <ilya.builuk@gmail.com>"]
categories = ["algorithms", "science"]
description = "A core algorithms to solve a Vehicle Routing Problem"
edition = "2021"
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.23.0"