Skip to content

Releases: TweetyProjectTeam/TweetyProject

v1.19

02 Feb 13:27
9723fe1

Choose a tag to compare

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)
  • 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)