PHP Classes

File: further_development.txt

Recommend this page to a friend!
  Classes of Benjamin Vatter   PHP Clarke and Wright Algorithm   further_development.txt   Download  
File: further_development.txt
Role: Documentation
Content type: text/plain
Description: for further development
Class: PHP Clarke and Wright Algorithm
Solve a truck routing problem with Clarke & Wright
Author: By
Last change:
Date: 10 years ago
Size: 802 bytes
 

Contents

Class file image Download
There are many ways to further develop this class. you could, for example, change the time window to being part of each clients property or even make it stochastic. there are many adaptations for solving zero-distance nodes for the CW algorithm (some times, as in the example, even if two node have zero distance between them, the algorithm will suggest a route that visits the nodes non-consecutively). if you have any doubts on how to implement further developments to the class, or have a question about why I wrote something stupidly inefficient or absurd in the code, please write me trough the site :) please remember this is intended as a 100% theoretic approach to a real routing problem, and even tough this algorithm is used by commercial packages sold, we don't recommend its usage.