Files
-----

Makefile: make an executable (main) and test on the car sequencing instance defined in pb16-81
main.c: source file
pb16-81: example of car sequencing instance
README: this file

Usage
-----

AntCar may be used with the following arguments:
-a (alpha1: int)
-b (alpha2: int) 
-r (rho1: float) 
-R (rho2: float) 
-c (max nb cycle: int) 
-n (nb ants: int) 
-m (tau1 min: float) 
-M (tau1 max: float) 
-t (strategy: 1 id ACO(tau1,utilRate); 2 if ACO(tau1,tau2))
-f (filename: string) 
-v display-frequency 
-s (seed: positive int)

File format
-----------

The car sequencing problem instance should be described in a text file. The format should be the same as the one in CSPlib
