Following is an implementation of basic Multiple-criteria decision-making (MCDM) methods. These codes have been created with an examination point of view as they display appropriate steps for each method.
gcc / g++ compiler to compile the cpp files.
sudo apt update
sudo apt install g++
git clone {repository name}
cd MCDM-methods
g++ filename.cpp -o outputname
./outputname