Skip to content

lucabart97/lgvRouting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lgvRouting

lgv routing project for algoritmi di ottimizzazione.

Build

mkdir build
cd build
cmake ..
make -j8

test

Tests are doing with catch2 library, the lgvRouting_test check if all works fine and all library are installed in a correct way

Samples

  • 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

boxPlot

./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.

Docs

dataset source link

doxygen doc/Doxyfile

Documentation will be created in doc folder, search index.html in html folder

Third party software

Repository Author LICENSE
Argh! Adi Shavit BSD-3

Authors

  • Luca Bartoli - Main developer - lbartoli
  • Massimiliano Bosi - Main developer - mbosi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages