This artifact provides efficient implementations for various collection data structures
(esp. linked lists and priority queues), which have very insufficient implementation in
the Java Collections Framework that makes it hard or even impossible to exploit their
efficiencies.
Artifacts using AutomataLib :: Commons :: Smart Collections (27)
This artifact contains the API of AutomataLib, which mainly consists of interfaces
for the various concepts and automaton models supported by the AutomataLib core.
In addition to that, it also defines some fundamental classes for ...
Last Release on Mar 11, 2025
The core artifact of AutomataLib. This library contains concrete implementations for many
of the automaton model interfaces defined in the API artifact, as well as abstract
base classes that facilitate implementing new automaton model ...
Last Release on Mar 11, 2025
Basic utility library containing several useful classes to ease everyday programming.
Last Release on Mar 11, 2025
This artifact provides various common utility operations for analyzing and manipulating
automata and graphs, such as traversal, minimization and copying.
Last Release on Mar 11, 2025
A collection of algorithms for handling counterexamples in automata learning
Last Release on Feb 6, 2025
6.LearnLib :: Datastructures :: Discrimination Tree9 usages
de.learnlib » learnlib-datastructure-dt Apache
Data- and utility classes for Discrimination Trees
Last Release on Nov 15, 2023
Module for data structures shared by multiple learning algorithms of LearnLib
Last Release on Feb 6, 2025
This artifact contains algorithms for incrementally constructing DFAs (prefix-closed and non-prefix-closed),
Mealy machines, and Moore machines from a finite, incrementally growing set of example inputs/outputs.
Last Release on Mar 11, 2025
