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 d61d6570ac
commit d5f488647b
3 changed files with 7 additions and 1 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&)
{