TweetyProject (Reiter's Default Logic Library)

TweetyProject is a collection of various Java libraries that implement approaches to different areas of artificial intelligence. In particular, it provides a general interface layer for doing research and working with different knowledge representation formalisms such as classical logics, conditional logics, probabilistic logics, and argumentation. Furthermore, TweetyProject contains libraries for dealing with agents, multi-agent systems, and dialog systems for agents, as well as belief revision, preference reasoning, preference aggregation, and action languages. A series of utility libraries that deal with e.g. mathematical optimization complement the collection.

License

License

GroupId

GroupId

org.tweetyproject.logics
ArtifactId

ArtifactId

rdl
Last Version

Last Version

1.21
Release Date

Release Date

Type

Type

jar
Description

Description

TweetyProject (Reiter's Default Logic Library)
TweetyProject is a collection of various Java libraries that implement approaches to different areas of artificial intelligence. In particular, it provides a general interface layer for doing research and working with different knowledge representation formalisms such as classical logics, conditional logics, probabilistic logics, and argumentation. Furthermore, TweetyProject contains libraries for dealing with agents, multi-agent systems, and dialog systems for agents, as well as belief revision, preference reasoning, preference aggregation, and action languages. A series of utility libraries that deal with e.g. mathematical optimization complement the collection.

Download rdl

How to add to project

<!-- https://jarcasting.com/artifacts/org.tweetyproject.logics/rdl/ -->
<dependency>
    <groupId>org.tweetyproject.logics</groupId>
    <artifactId>rdl</artifactId>
    <version>1.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.tweetyproject.logics/rdl/
implementation 'org.tweetyproject.logics:rdl:1.21'
// https://jarcasting.com/artifacts/org.tweetyproject.logics/rdl/
implementation ("org.tweetyproject.logics:rdl:1.21")
'org.tweetyproject.logics:rdl:jar:1.21'
<dependency org="org.tweetyproject.logics" name="rdl" rev="1.21">
  <artifact name="rdl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tweetyproject.logics', module='rdl', version='1.21')
)
libraryDependencies += "org.tweetyproject.logics" % "rdl" % "1.21"
[org.tweetyproject.logics/rdl "1.21"]

Dependencies

compile (2)

Group / Artifact Type Version
org.tweetyproject : commons jar 1.21
org.tweetyproject.logics : fol jar 1.21

test (1)

Group / Artifact Type Version
junit : junit jar 4.9

Project Modules

There are no modules declared in this project.
org.tweetyproject.logics

TweetyProjectTeam

Versions

Version
1.21
1.20
1.19