Last Version

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.

License

License

Categories

Categories

Net Auto Application Layer Libs Code Generators
GroupId

GroupId

net.automatalib
ArtifactId

ArtifactId

automata-misc-algorithms
Version

Version

0.6.0
Type

Type

jar
Description

Description

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.

Download 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"]

Dependencies

compile (6)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.testng : testng jar 6.8.8

Project Modules

There are no modules declared in this project.