IMPORTANT - the files generate by the program is stored in the output folder (on the main folder, together with src, documentation, etc)
mkdir output/
mkdir build/
cd build
cmake ..
cmake --build .
./project <MODE> <PACKAGES> [TRUCKS] [OUTPUT]
./project --help
<MODE>
1: Optimization of the number of trucks
./project <MODE> <PACKAGES> <TRUCKS> [OUTPUT]
2: Optimization of the profit
./project <MODE> <PACKAGES> <TRUCKS> [OUTPUT]
3: Optimization of the express deliveries
./project <MODE> <PACKAGES> [TIME] [OUTPUT]
<PACKAGES>
Name of Packages dataset in input folder
<TRUCKS>
Name of Trucks dataset in input folder
[TIME]
Number of seconds of work time. Must be always be positive (Optional)
[OUTPUT]
Name of output file. Always optional