Releases: TweetyProjectTeam/TweetyProject
Releases · TweetyProjectTeam/TweetyProject
v1.19
Maven
<dependency>
<groupId>org.tweetyproject</groupId>
<artifactId>tweety-full</artifactId>
<version>1.19</version>
</dependency>
Changelog
- The source repository of TweetyProject has now been moved to GitHub. As a result, the main
package of TweetyProject has been changed from "net.sf.tweety" to
"org.tweetyproject". - New libraries: none
- New functionalities:
- added parser, writer, and inconsistency measurement approaches to the
BPM library (org.tweetyproject.logics.bpm) - added abstract argumentation synthesizing approach of Niskanen et al.
(org.tweetyproject.arg.dung) - added strong equivalence check and independence check capabilities for
abstract argumentation (org.tweetyproject.arg.dung) - added further optimisation approaches, in particular for combinatorial
optimisation: ant colony search, stochastic search, iterated local search,
binding for Gurobi (org.tweetyproject.math) - added utility class for analysis performance of inconsistency measures
(org.tweetyproject.logics.commons) - added aggregates and optimisation statements to the ASP library
(org.tweetyproject.lp.asp)
- added parser, writer, and inconsistency measurement approaches to the
- Minor changes:
- several improvements and bugfixes in the ADF library
(org.tweetyproject.arg.adf) - improved bindings to satisfiability solvers (org.tweetyproject.logics.pl)
- bugfixes in ordering semantics for abstract argumentation
(org.tweetyproject.arg.dung) - bugfixes in the ASP library (org.tweetyproject.lp.asp)
- several improvements and bugfixes in the ADF library