Popularity
4.2
Declining
Activity
0.0
Stable
2
4
2

Monthly Downloads: 12
Programming language: Haskell
License: GNU Affero General Public License v3.0 only
Tags: Math    
Latest version: v0.1.3

hahp alternatives and similar packages

Based on the "Math" category.
Alternatively, view hahp alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hahp or a related project?

Add another 'Math' Package

README

HAHP

/!\ Work In Progress !

You should NOT use it in production.

Introduction

This haskell lib is an implementation of AHP Algorithm - Analytic Hierarchy Process, Wikipedia - defined by Thomas L. Saaty.

This algortihm is used to help decision making and can be used to make automatic decision. AHP select the best alternative (choice) according to a global objective.

Requirements

This software is written with Haskell.

To execute this code, you need :

  • a haskell compiler with cabal : haskell-platform include both compiler, essentials libraries and cabal
  • git to fetch sources files : git clone https://github.com/Taeradan/hahp.git

To produce PDF report : cabal install pandoc

First launch - Demo

(TODO)

  • cabal run : run demo samples and produce a console report.
  • make : idem (run demo samples and produce a console report).
  • make pdf : produce a report out.pdf

How to use it ?

(TODO)