Metadata-Version: 2.1
Name: Topsis-Akshit-101903693
Version: 6.0
Summary: Implements TOPSIS
Home-page: https://github.com/akshit23401/TOPSIS-Implementation-in-Python/
Author: Akshit Bansal
Author-email: abansal2_be19@thapar.edu
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/plain
License-File: LICENSE.txt

INSTRUCTION MANUAL: 
 Some important points to keep in mind while using the package: 
 Enter Correct number of parameters (inputFileName, Weights, Impacts, resultFileName) to execute the program 
Make sure you enter correct name of the file otherwise you will encounter a “File not Found” exception 
 The input file must contain three or more columns 
 2nd to last columns, they must contain numeric values only 
 Number of weights, number of impacts and number of columns (from 2nd to last columns) must be same. 
 The values of Impacts must be either +ve or -ve 
 Values of Impacts and weights must be separated by ‘,’ (comma).

