ltlcross: completely fix #420

Reported by Salomon Sickert.

* bin/ltlcross.cc: Also call determinize_unknown_acceptance() for
positive automata.
* tests/core/ltlcross3.test: Add another test case.
* NEWS: Mention the fix.
This commit is contained in:
Alexandre Duret-Lutz 2020-07-21 16:08:03 +02:00
parent 1a0c8a44ba
commit 457e130e24
3 changed files with 8 additions and 0 deletions

View file

@ -1531,6 +1531,7 @@ namespace
<< " ed.\n";
sm = new
spot::scc_info(p, spot::scc_info_options::TRACK_STATES);
sm->determine_unknown_acceptance();
}
catch (const std::bad_alloc&)
{