Skip to content

[PyVRP] Add support for depot capacities and fixed cost#3

Open
leonlan wants to merge 2 commits into
pyvrp-v0.13.3from
pyvrp
Open

[PyVRP] Add support for depot capacities and fixed cost#3
leonlan wants to merge 2 commits into
pyvrp-v0.13.3from
pyvrp

Conversation

@leonlan

@leonlan leonlan commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

This is a special fork of PyVRP v0.13.3 used in our quickstart for the SMIO-Hexaly Location Routing Challenge 2026. It extends PyVRP with depot capacities and fixed depot opening costs, so solutions are charged for opening a depot (i.e., there is at least one route that starts at this depot) and penalised when the total load assigned to a depot exceeds its capacity. We also removed route operators (4927142).

@leonlan leonlan changed the title Support for depot capacities and fixed cost [PyVRP] Add support for depot capacities and fixed cost Jun 23, 2026
Comment thread pyvrp/cpp/search/Route.h
Comment thread pyvrp/cpp/search/Solution.h Outdated
Comment thread pyvrp/cpp/CostEvaluator.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants