Login   Register  
PHP Classes
elePHPant
Icontem

File: example/readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Benjamin Vatter  >  PHP Clarke and Wright Algorithm  >  example/readme.txt  >  Download  
File: example/readme.txt
Role: Documentation
Content type: text/plain
Description: read before executing
Class: PHP Clarke and Wright Algorithm
Solve a truck routing problem with Clarke & Wright
Author: By
Last change:
Date: 2013-07-06 09:38
Size: 381 bytes
 

Contents

Class file image Download
In this folder you will find an example of a how to use the matrixcw class.
There are two run scripts: first, matrixrun.php runs a normal Clarke And Wright algorithm for the problem ; the second, matrixpararun.php, runs the parametric version of the algorithm as proposed by Paessens.
please look at the data.php file for more detail on how to include your own data to the class.