You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<em>Also take a look at the <ahref="{% link pages/version-history.md %}">version history</a> for additional
33
-
resources on different AutomataLib versions.</em>
32
+
<em>Also take a look at the <ahref="{% link pages/version-history.md %}">version history</a> for additional resources on different AutomataLib versions.</em>
Copy file name to clipboardExpand all lines: pages/automatalib.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Models of AutomataLib can be (de-)serialized (from) to one of the various suppor
16
16
Furthermore, a plethora of graph-/automata-based algorithms is implemented, covering the following topics:
17
17
18
18
- graph theory (traversal, shortest paths, strongly-connected components)
19
-
- automata theory (equivalence, minimization)
19
+
- automata theory (bisimulation, equivalence, minimization)
20
20
- model checking (adaptive distinguishing sequences, (partial) W-method, characterizing sets, state/transition covers, LTL checking (via [LTSmin](https://ltsmin.utwente.nl/) and M3C)
21
21
22
22
## Usage
@@ -29,15 +29,15 @@ In order to start using the latest, stable release of AutomataLib in your **Mave
29
29
<dependency>
30
30
<groupId>net.automatalib.distribution</groupId>
31
31
<artifactId>automata-distribution</artifactId>
32
-
<version>0.11.0</version>
32
+
<version>0.12.0</version>
33
33
<type>pom</type>
34
34
</dependency>
35
35
</dependencies>
36
36
```
37
37
38
-
_Note: This dependency will add all components of AutomataLib to your project. If you only need a subset, have a look at the [List of AutomataLib Artifacts](https://github.com/LearnLib/automatalib/wiki/List-of-AutomataLib-Artifacts) to get an overview of the individual modules available on **[Maven Central](http://mvnrepository.com/artifact/net.automatalib)**._
38
+
_Note: This dependency will add all components of AutomataLib to your project. If you only need a subset, have a look at AutomataLib's [modules](https://learnlib.github.io/automatalib/maven-site/latest/apidocs/) which correspond to the individual artifacts available on **[Maven Central](http://mvnrepository.com/artifact/net.automatalib)**._
39
39
40
-
If you are not using any build management, you can also [download the binaries](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.automatalib.distribution%22) of the AutomataLib, with and without its dependencies.
40
+
If you are not using any build management, you can also [download the binaries](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.automatalib.distribution%22) of AutomataLib, with and without its dependencies.
0 commit comments