translate: Correct the choice of the automaton with the fewest colors
* spot/twaalgos/translate.cc: here
This commit is contained in:
parent
3dfe0dad24
commit
b16192ae19
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ namespace spot
|
|||
if (((PREF_ == Deterministic) && d2_more_det)
|
||||
|| (s2 < s1)
|
||||
|| (s2 == s1
|
||||
&& ((aut2->num_sets() < aut2->num_sets()) || d2_more_det)))
|
||||
&& ((aut2->num_sets() < aut->num_sets()) || d2_more_det)))
|
||||
aut = std::move(aut2);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue