Analytic Hierarchy Process Solver
Installation
pip install pyahpGetting Started
Using as a python module
python moduleimport json
from pyahp import parse
with open('model.json') as json_model:
# model can also be a python dictionary
model = json.load(json_model)
ahp_model = parse(model)
priorities = ahp_model.get_priorities()Using on the command line
Model Schema
Supported Methods
Fields in the model
Maintainer
Last updated