TweetyProject is a collection of Java libraries that implement approaches to different areas of artificial intelligence.
GNU General Public License v3.0
29
stars
17
forks
source link
add prefix `tweety` to all tweety libs #11
Open
nimo23 opened 1 year ago
Actually, when adding the libs into my project with:
It cannot be seen at first glance. which imported libs belong to Tweety (e.g.
rankings.jar
,prob.jar
).Please add the prefix
tweety
to all imported libs (e.g. instead ofrankings.jar
it would be better to name ittweety-rankings.jar
, etc.).Thanks.