Skip to content

Rachit201/MCDM-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MCDM-methods

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.

Requirements

gcc / g++ compiler to compile the cpp files.

Setup

  sudo apt update
  sudo apt install g++

How to run ?

  git clone {repository name}      
  cd MCDM-methods          
  g++ filename.cpp -o outputname         
  ./outputname

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages