Last Version

Tweety (Preferences Library) 1.17

Tweety 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, Tweety 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

Categories

Categories

Net
GroupId

GroupId

net.sf.tweety
ArtifactId

ArtifactId

preferences
Version

Version

1.17
Type

Type

jar
Description

Description

Tweety (Preferences Library)
Tweety 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, Tweety 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 preferences 1.17


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

Dependencies

compile (3)

Group / Artifact Type Version
net.sf.tweety : math jar 1.17
net.sf.tweety : plugin jar 1.17
org.hamcrest : hamcrest-core jar 1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.9

Project Modules

There are no modules declared in this project.