lgv routing project for algoritmi di ottimizzazione.
mkdir build
cd build
cmake ..
make -j8
Tests are doing with catch2 library, the lgvRouting_test check if all works fine and all library are installed in a correct way
- lgvRouting_import: sample for reading dataset
- lgvRouting_launch: sample for launch a method on a given dataset
- lgvRouting_stats: application that create a performance report about all methods
./lgvRouting_stats > logX.txt
where X is a user index of dataset of result.
Launch the python script in a folder that contains at least one file that start with log.
python3 boxplot.py
The result is a boxplot with all stats result, including a ranking of all algorithm by ratio cost/time.
dataset source link
doxygen doc/Doxyfile
Documentation will be created in doc folder, search index.html in html folder
Repository | Author | LICENSE |
---|---|---|
Argh! | Adi Shavit | BSD-3 |