fixup! IAR: Correct parity prefix
* spot/twaalgos/car.cc: Reduce the number of colors used by parity prefix and check that it uses parity colors in apply_to_Buchi.
This commit is contained in:
parent
1b9acf32cf
commit
9ec0f6bd09
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ public:
|
|||
for (unsigned s = 0; s < buchi->num_states(); ++s)
|
||||
{
|
||||
unsigned b = g.state_storage(s).succ;
|
||||
while(b)
|
||||
while (b)
|
||||
{
|
||||
auto& e = g.edge_storage(b);
|
||||
auto acc = e.acc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue