<?xml version='1.0' encoding='utf-8'?>
<program_description>
	<program provider="J-MCDA" name="ElectreOutranking" version="0.5.1" displayName="ElectreOutranking" />
	<documentation>
		<description>Computes an outranking relation.</description>
		<contact><![CDATA[Olivier Cailloux <olivier.cailloux@ecp.fr>]]></contact>
		<url>http://sourceforge.net/projects/j-mcda/</url>
		<reference>Cailloux, Olivier. Electre and Promethee MCDA methods as reusable software components. In Proceedings of the 25th Mini-EURO Conference on Uncertainty and Robustness in Planning and Decision Making (URPDM 2010). Coimbra, Portugal, 2010.</reference>
	</documentation>
	<parameters>

		<input id="input1" name="criteria" displayName="criteria" isoptional="1">
			<documentation>
				<description>The criteria to consider, only used as filter. Set some criteria as inactive (or remove them) to ignore them. Please note that these criteria will only (possibly) filter out corresponding discordances. The concordances must have been computed with the same set of criteria, otherwise the results will be meaningless.</description>
			</documentation>
			<xmcda tag="criteria" />
		</input>

		<input id="input0" name="alternatives" displayName="alternatives" isoptional="1">
			<documentation>
				<description>The alternatives to consider. Set some alternatives as inactive (or remove them) to ignore them.</description>
			</documentation>
			<xmcda tag="alternatives" />
		</input>

		<input id="input2" name="discordances" displayName="discordances" isoptional="0">
			<documentation>
				<description>The discordance relations to use (one per criterion).</description>
			</documentation>
			<xmcda tag="alternativesComparisons" />
		</input>

		<input id="input3" name="concordance" displayName="concordance" isoptional="0">
			<documentation>
				<description>The concordance relation to use.</description>
			</documentation>
			<xmcda tag="alternativesComparisons" />
		</input>

		<output id="output0" name="outranking" displayName="outranking">
			<documentation>
				<description>The outranking relation computed from the given data.</description>
			</documentation>
			<xmcda tag="alternativesComparisons" />
		</output>

		<output id="output1" name="messages" displayName="messages">
			<documentation>
				<description>A status message.</description>
			</documentation>
			<xmcda tag="methodMessages" />
		</output>

	</parameters>
</program_description>
