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:
parent
1a0c8a44ba
commit
457e130e24
3 changed files with 8 additions and 0 deletions
|
|
@ -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&)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue