Incorrect counterexample in is_included_antichains
#440
Labels
For:library
The issue is related to library (c++ implementation)
Module:nfa
The issue is related to Nondeterministic Finite Automata
Type:bug
A bug or an issue in implementation or performance
When I call
mata/include/mata/nfa/algorithms.hh
Line 77 in 17ffaf6
with the following two automata:
and
I get incorrect counterexample, a word
65, 66, 66, 66, 66, 65, 67, 67
.It seems that it missed the last symbol
67
.The text was updated successfully, but these errors were encountered: