TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Open capacitated vehicle routing problem

1 点作者 Gigamegs10 天前

1 comment

Gigamegs10 天前
Algorithm for the open capacitated vehicle routing problem.<p>It takes the geographic coordinates of a depot and the locations clients with orders to be delivered by a fleet of trucks.<p>The class for solving the open capacitated vehicle routing problem.<p>It tries to minimize the total route cost by trying all possible combinations. The trucks are not required to return to the depot.<p>Website+git: <a href="https:&#x2F;&#x2F;tetramatrix.github.io&#x2F;ocvrp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tetramatrix.github.io&#x2F;ocvrp&#x2F;</a>