is not current version
Last Version 1.3.1

fr.lirmm.graphik:graal-rules-analyser 1.3.a1

This module is dedicated to the analysis of a set of existential rules. It can check if this set belongs to a known decidable class of rules, either directly or by means of its Graph of Rule Dependencies (GRD). This module allows to analyze the properties of the strongly connected components in the GRD, which allows to determine properties of the rule set with respect to decidability as well as the kind of paradigm (forward or backward chaining) ensuring decidability.

Categories

Categories

Graal
GroupId

GroupId

fr.lirmm.graphik
ArtifactId

ArtifactId

graal-rules-analyser
Version

Version

1.3.a1
Type

Type

jar

Download graal-rules-analyser 1.3.a1


<!-- https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-rules-analyser/ -->
<dependency>
    <groupId>fr.lirmm.graphik</groupId>
    <artifactId>graal-rules-analyser</artifactId>
    <version>1.3.a1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-rules-analyser/
implementation 'fr.lirmm.graphik:graal-rules-analyser:1.3.a1'
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-rules-analyser/
implementation ("fr.lirmm.graphik:graal-rules-analyser:1.3.a1")
'fr.lirmm.graphik:graal-rules-analyser:jar:1.3.a1'
<dependency org="fr.lirmm.graphik" name="graal-rules-analyser" rev="1.3.a1">
  <artifact name="graal-rules-analyser" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.lirmm.graphik', module='graal-rules-analyser', version='1.3.a1')
)
libraryDependencies += "fr.lirmm.graphik" % "graal-rules-analyser" % "1.3.a1"
[fr.lirmm.graphik/graal-rules-analyser "1.3.a1"]