LearnLib / automatalib

A free, open-source Java library for modeling automata, graphs, and transition systems
http://automatalib.net
Apache License 2.0
92 stars 34 forks source link

Compact overhaul #29

Closed mtf90 closed 6 years ago

mtf90 commented 6 years ago

Unify the several compact automata implementations under a common inheritance hierarchy.

Especially CompactMealy benefit from this by requiring less than 50% of previous used memory and increased traversal performance in benchmark scenarios.