├── LICENSE ├── README.md ├── example.py └── topsis.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Glitchfix/TOPSIS-Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Glitchfix/TOPSIS-Python/HEAD/README.md -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Glitchfix/TOPSIS-Python/HEAD/example.py -------------------------------------------------------------------------------- /topsis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Glitchfix/TOPSIS-Python/HEAD/topsis.py --------------------------------------------------------------------------------