clarke-wright

There are 15 repositories under clarke-wright topic.

  • DivyanshuSaxena/2e-VRP

    Repository for the implementation of a solution to the Network Design Problem for a modified Two Echelon Vehicle Routing Problem

    Language:Java6132
  • RodolfoFerro/gsbook

    Code implementations based on the book "Inteligencia Artificial. Fundamentos, práctica y aplicaciones", 2nd. Edition, by Alberto García Serrano.

    Language:Python5201
  • istresec/kth-aa

    Competitive C++ solution to the Travelling Salesperson 2D problem, that includes the implementation of 6 algorithms: greedy, Clarke-Wright, Christofides, 2-opt, 3-opt, and Lin-Kernighan (k-opt). Done as part of the project assignment in the *DD22440 Advanced Algorithms* course at KTH, by Prof. Danupon Nanongkai.

    Language:C++4100
  • heet9022/Vehicle-Routing-Problem

    This program is a solution to the Vehicle Routing Problem for Pickup and Delivery (VRPPD) with constraint on distance travelled by each driver. It efficiently assigns loads to drivers while minimizing total distance travelled using Clark-Wright Savings algorithm

    Language:Python3100
  • LeKinaSa/edaa-vrp

    Project for the "Advanced Data Structures and Algorithms" Curricular Unit (FEUP) - VRP Solver

    Language:C++1101
  • lschneiderbauer/heumilkr

    R package implementing the Clarke-Wright algorithm to find a quasi-optimal solution to the Capacitated Vehicle Routing Problem.

    Language:R1140
  • Subangkar/Artificial-Intelligence-CSE-318-BUET

    Assignments of Artificial Intelligence Sessional Course CSE 318 in Level-3, Term-2 of CSE, BUET

    Language:C++1303
  • syarifuddinahmads/py-vrp

    Vehicle Routing Problem (VRP)

    Language:Jupyter Notebook1311
  • arora-amit37/cvrptw_clarke_wright

    The repository uses the the Clarke-Wright Heurisitic to solve a combinatorial vehicle routing problem with time windows and other constraints.

    Language:Jupyter Notebook0201
  • franklaercio/eletric-vehicle-route

    This project aims to optimize the routing of electric vehicles for deliveries in urban areas. The objective is to minimize the total distance traveled and the overall cost, considering the limitations of vehicle capacity and battery autonomy.

    Language:Java0100
  • CWS-DTSA

    gdderije/CWS-DTSA

    Optimizing Capacitated Vehicle Routing Problem through Modified Discrete Tree-Seed Algorithm with Parallel Paessens' Clarke-Wright Heuristic

    Language:Python0100
  • GoncaloPascoal/edaa-proj

    Algorithms for solving large instances of the Capacitated Vehicle Routing Problem (CVRP). Project for the Advanced Data Structures and Algorithms curricular unit.

    Language:C++0101
  • Logan2234/vehicule-routing-problem

    Résolution à l'aide du problème de tournée des véhicules (VRP) à l'aide d'algorithmes heuristiques. Utilisation de l'algorithme Clarke and Wright doublé d'un algorithme de recherche local (2opt) et d'une heuristique faite main, plus globale. Travail effectué dans le cadre des TIPE en classes préparatoires.

    Language:Python0100
  • SoureCopy/Clustering

    Language:Java00
  • noefernandes/school-bus-routing

    Aplicação que resolve um problema de roteamento de ônibus escolares em uma cidade, usando a heurística Clarke-Wright.

    Language:C++10