automatalib-0.7.1
·
629 commits
to develop
since this release
Added
- Added
SymbolHidingAlphabet
, which is required for a bugfix release of LearnLib.
Fixed
- Fixed an issue where initial states were not copied in copy-constructor of NFAs.
- Fixed an NPE when traversing partially defined NFAs.
- Fixed an issue, where input alphabets were unnecessarily wrapped in
SimpleAlphabet
s in compact automata implementations. - Fixed an out-of-bounds error in incremental automata builders.
- Fixed an error in Paige/Tarjan algorithm for partially defined automata.
- Fixed wrong computation of strongly connected components (see #21).
- General consolidations (typos, wrong documentation, etc.).