| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.tweety.logics |
| Идентификатор | Идентификаторfol |
| Последняя версия | Последняя версия1.17 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTweety (FOL)
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| fol-1.17.pom | |
| fol-1.17.jar | 102 KB |
| fol-1.17-sources.jar | 80 KB |
| fol-1.17-javadoc.jar | 15 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.tweety.logics/fol/ -->
<dependency>
<groupId>net.sf.tweety.logics</groupId>
<artifactId>fol</artifactId>
<version>1.17</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tweety.logics/fol/
implementation 'net.sf.tweety.logics:fol:1.17'
// https://jarcasting.com/artifacts/net.sf.tweety.logics/fol/
implementation ("net.sf.tweety.logics:fol:1.17")
'net.sf.tweety.logics:fol:jar:1.17'
<dependency org="net.sf.tweety.logics" name="fol" rev="1.17">
<artifact name="fol" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tweety.logics', module='fol', version='1.17')
)
libraryDependencies += "net.sf.tweety.logics" % "fol" % "1.17"
[net.sf.tweety.logics/fol "1.17"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.tweety.logics : commons | jar | 1.17 |
| net.sf.tweety : plugin | jar | 1.17 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.9 |