UNPKG

ahp-calc

Version:

AHP (Analytical Hierarchy Process) is a decision-making method that helps break down complex problems into a hierarchy of simpler comparisons. It uses pairwise comparisons and mathematical calculations to rank alternatives based on criteria.

5 lines (4 loc) 104 B
export * from "./ahpAlt"; export * from "./ahpCrit"; export * from "./method"; export * from "./types";