The Analytic hierarchy process (AHP) is a structured technique for organizing and analyzing complex decisions, based on mathematics and psychology.
Develop an application to solve problems with AHP algorithm.
The graphical interface must be able to handle:
- Alternatives
- Criteria
- Preference relationships (comparison of to pairs of criteria and alternatives)
The algorithm must be able to calculate:
- Consistency indices (CI)
- Ratios of consistency (CR)
- Eigenvalues
- Eigenvectors
- Priority vectors
- Ranking
Take a look at our Wiki to understand how the project is composed.