PROMETHEE-V

Version:1.0
Provider:PUT
SOAP service’s name:
 PROMETHEE-V-PUT (see SOAP requests for details)

Description

Promethee V - choose alternatives using linear constraints.

Contact: Mateusz Sarbinowski <mateusz.sarbinowski@student.put.edu.pl>

Web page: https://github.com/dohko93/mcdm/tree/master/PROMETHEE-V

Inputs

(For outputs, see below)

alternatives

List of alternatives.

The input value should be a valid XMCDA document whose main tag is <alternatives>.


constraints

Linear constraints.

The input value should be a valid XMCDA document whose main tag is <alternativesLinearConstraints>.


flows

Net flows score for each alternative.

The input value should be a valid XMCDA document whose main tag is <alternativesValues>.


Outputs

result

List of alternatives values where alternatives inside optimal set have value equal to 1, rest are outside optimal set.

The returned value is a XMCDA document whose main tag is <alternativesValues>.


messages

Messages or errors generated by this module.

The returned value is a XMCDA document whose main tag is <methodMessages>.


Original xml description