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://tetramatrix.github.io/ocvrp/" rel="nofollow">https://tetramatrix.github.io/ocvrp/</a>