TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Open capacitated vehicle routing problem

1 pointsby Gigamegs29 days ago

1 comment

Gigamegs29 days ago
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>