← All projects

Weighted Product — Decision Support System

April 26, 2021 JavaSwing

Overview

A Decision Support System (DSS) implemented in Java using the Weighted Product (WP) method. You enter alternatives, criteria, and values; the app computes the WP vectors and produces a ranking of the alternatives.

Flow

Input alternativesinput criteriainput valuesoutput vector V and ranking.

Usage

A runnable JAR is published on the repository’s Releases tab — download and run it with a Java Runtime Environment installed.

AlgorithmsDecision Support