product: fix handling of operand with false acceptance
* NEWS: Mention the issue. * spot/twaalgos/product.cc: Fix it. * tests/python/prodexpt.py: Test it.
This commit is contained in:
parent
fa90a97d54
commit
5b8dbc6549
3 changed files with 73 additions and 18 deletions
7
NEWS
7
NEWS
|
|
@ -2,6 +2,13 @@ New in spot 2.8.6.dev (not yet released)
|
|||
|
||||
Nothing yet.
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
- Building a product between two complete automata where one operand
|
||||
had false acceptance could create a incomplete automaton
|
||||
incorrectly tagged as complete, causing the print_hoa() function
|
||||
to raise an exception.
|
||||
|
||||
New in spot 2.8.6 (2020-02-19)
|
||||
|
||||
Bugs fixed:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue