Последняя версия

AutomataLib :: Misc :: Misc. Algorithms 0.6.0

This artifact contains several miscellaneous, well-known algorithms, which however are rather specific in their concrete use case and therefore not fit for the AutomataLib Utilities library. Examples include Dijkstra's algorithm for the SSSP problem, the Floyd-Warshall algorithm for the APSP problem and Tarjan's algorithm for finding all strongly-connected components in a graph.

Лицензия

Лицензия

Категории

Категории

Сеть Auto Библиотеки уровня приложения Code Generators
Группа

Группа

net.automatalib
Идентификатор

Идентификатор

automata-misc-algorithms
Версия

Версия

0.6.0
Тип

Тип

jar
Описание

Описание

AutomataLib :: Misc :: Misc. Algorithms
This artifact contains several miscellaneous, well-known algorithms, which however are rather specific in their concrete use case and therefore not fit for the AutomataLib Utilities library. Examples include Dijkstra's algorithm for the SSSP problem, the Floyd-Warshall algorithm for the APSP problem and Tarjan's algorithm for finding all strongly-connected components in a graph.

Скачать automata-misc-algorithms 0.6.0


<!-- https://jarcasting.com/artifacts/net.automatalib/automata-misc-algorithms/ -->
<dependency>
    <groupId>net.automatalib</groupId>
    <artifactId>automata-misc-algorithms</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.automatalib/automata-misc-algorithms/
implementation 'net.automatalib:automata-misc-algorithms:0.6.0'
// https://jarcasting.com/artifacts/net.automatalib/automata-misc-algorithms/
implementation ("net.automatalib:automata-misc-algorithms:0.6.0")
'net.automatalib:automata-misc-algorithms:jar:0.6.0'
<dependency org="net.automatalib" name="automata-misc-algorithms" rev="0.6.0">
  <artifact name="automata-misc-algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.automatalib', module='automata-misc-algorithms', version='0.6.0')
)
libraryDependencies += "net.automatalib" % "automata-misc-algorithms" % "0.6.0"
[net.automatalib/automata-misc-algorithms "0.6.0"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
net.automatalib : automata-commons-util jar 0.6.0
net.automatalib : automata-commons-smartcollections jar 0.6.0
net.automatalib : automata-api jar 0.6.0
net.automatalib : automata-core jar 0.6.0
net.automatalib : automata-util jar 0.6.0
com.google.code.findbugs : jsr305 jar 2.0.3

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.8.8

Модули Проекта

Данный проект не имеет модулей.