Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 417 Bytes

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