/PrometheeOptimization

Implementation of Promethee with optimization

Primary LanguageC++MIT LicenseMIT

PrometheeOptimization

Implementation of Promethee with optimization

Accepted format

The input files should be composed of normalized matrices, the comparison will be made with linear preference function

How to run

Put your files in promethee/input and execute the following commands in terminal

chmod +x run
./run name_file1 weight1 name_file2 weight2 ...

The result will be put in promethee/output