Skip to content

tests-integration: +fix Correct post-mintermization alphabet type - #707

Merged
Adda0 merged 1 commit into
develfrom
mintermization-test-fix
Aug 20, 2026
Merged

tests-integration: +fix Correct post-mintermization alphabet type#707
Adda0 merged 1 commit into
develfrom
mintermization-test-fix

Conversation

@Adda0

@Adda0 Adda0 commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

load_automata() asserted alphabet_type == Bitvector on the result of Mintermization::mintermize(), but mintermize() always rewrites alphabet_type to Explicit. The assertion, therefore, failed on essentially any batch of bitvector automata, e.g.:

bench-bool-comb-cox-inter automata/b-param-easy/aut0.mata automata/b-param-easy/aut1.mata

Fixes #350.

…ertion

load_automata() asserted alphabet_type == Bitvector on the result of
Mintermization::mintermize(), but mintermize() always rewrites
alphabet_type to Explicit. The assertion therefore failed on essentially
any batch of bitvector automata, e.g.:

  bench-bool-comb-cox-inter automata/b-param-easy/aut0.mata automata/b-param-easy/aut1.mata

Fixes #350.
@Adda0
Adda0 force-pushed the mintermization-test-fix branch from 17b815e to 2b2d14e Compare August 20, 2026 07:37
@Adda0
Adda0 merged commit 0d1fde4 into devel Aug 20, 2026
17 checks passed
@Adda0
Adda0 deleted the mintermization-test-fix branch August 20, 2026 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant