@@ -6,7 +6,9 @@ The Decision Model and Notation (DMN) is an OMG standard for the representation
***Equivalent rule verification.** Detecting rules which are not identical, butstill semantically equivalent. Here, our tool can verify if there exist multiplerules which use synonyms as inputs and are therefore equivalent, based onsynonym relations via Wordnet. TODO–
***Subsumed rule verification.** Detecting individual rules which are sub-sumed by other rules, i.e. they are not necessary. For example, rules contain-ing wildcards often render more specific rules unnessessary due to subsump-tion.–
***Interdeterminism verification.** Detecting rules which willalwaysbe acti-vated together, but have differing or contradicting conclusions. For example,rules must not yield that a customer is both credit worthy, and not creditworthy, as this is logically inconsistent,–
***Partial reduction verification.Checking wether ranges can be combinedto simplify decision tables. For example, TODO.–
***Partial reduction verification.**Checking wether ranges can be combinedto simplify decision tables. For example, TODO.–
***Overlapping condition verification.** Detecting whether there are anyoverlaps in rule conditions. TODO disambiguation
4C. Corea et al.–
***Missing rule verification.**Detecting whether there are any missing busi-ness rules.
Our tool implements the verification capabilities proposed by Smit et al. (2017). Please note that we did not implement "unnessesary fact verification" as this is geared towards analyzing case-dependent facts and is beyond the scope of this project. In the following, we present examples for the individual verification capabilities.