Skip to content

v1.28

Latest
Compare
Choose a tag to compare
@matthiasthimm matthiasthimm released this 24 Jan 07:33
· 1 commit to main since this release

Maven

<dependency>
   <groupId>org.tweetyproject</groupId>
   <artifactId>tweety-full</artifactId>
   <version>1.28</version>
</dependency> 

Changelog

  • New libraries:
    • org.tweetyproject.arg.caf: constrained argumentation frameworks
  • New functionalities:
    • Added methods to check for strong expansion equivalence in abstract argumentation
      frameworks (org.tweetyproject.arg.dung)
    • Added reasoner for k-admissibility (org.tweetyproject.arg.dung)
    • Added method to retrieve connected components of graphs
  • Minor changes:
    • Fixed JavaDoc
    • Minor bugfixes