DEXi.NET: Open-source DEXi .NET Library in C#

Version 2.0


Purpose

DEXiNET20.zip contains an open-source library of C# classes that implement the evaluation of decision alternatives based on qualitative multi-attribute models produced by DEXi software.

DEXi.NET was ported from the JDEXi java library, version 4.0. DEXi.NET supports all non-deprecated functions of JDEXi4.


Authors: Marko Bohanec, Adem Kikaj

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.


Contents of DEXiNET20.zip

src/ - contains C# source files:
  DEXi.NET.cs - the library of C# classes
  DEXiEval.cs - a console application for the evaluation of alternatievs
  DEXRuleAlgorithm.cs - a console application for generating complex decision rules based on the DEXRule algorithm
  jRuleAlgorithm.cs - a console application for generating complex decision rules based on the jRule algorithm
  TestDEXi.cs - a console application showing typical uses of the library
bin/ - contains the corresponding dll and exe files
Licence.txt
lesser.txt - GNU LESSER GENERAL PUBLIC LICENSE
dxi/ - samples of DEXi files (DEXi models)
readme.html - this file

DEXiEval.exe

A console application for the evaluation of decision alternatives. It takes 2 mandatory parameters:
  1. DEXi_file_name: file containing a DEXi model (.dxi)
  2. Variables: a ";"-separated list of name=value pairs

Example

DEXiEval.exe Car.dxi "BUY.PRICE=low;MAINT.PRICE=low;#PERS=more;#DOORS=more;LUGGAGE=big;SAFETY=high"

TestDEXi.exe

Loads a DEXi model, displays some of its elements (attributes, value scales, decision rules, complex decision rules) and evaluates a random decision alternative.

TestDEXi.exe Car.dxi

DEXRuleAlgorithm.exe

Loads a DEXi model, displays complex decision rules for a specific aggregated attribute and elapsed time taken to generate complex decision rules.

DEXRuleAlgorithm.exe ../dxi/Car.dxi 0 time

jRuleAlgorithm.exe

Loads a DEXi model, displays complex decision rules for a specific aggregated attribute and elapsed time taken to generate complex decision rules.

jRuleAlgorithm.exe ../dxi/Car.dxi 0 time

Version information

Previous versions

DEXi.NET version 1.0 (2017)

Version 1.0 (2017)

Version 2.0 (2018)


Maintained by Marko Bohanec. Comments and suggestions to marko.bohanec@ijs.si.

Last update: June 26, 2018