propagate_marks_here can break state-acc prop
* spot/twaalgos/degen.cc: Fix * tests/python/pdegen.py: Test
This commit is contained in:
parent
ddbdcd39cb
commit
99bf152673
2 changed files with 45 additions and 0 deletions
|
|
@ -1168,5 +1168,9 @@ namespace spot
|
|||
unsigned idx = aut->edge_number(e);
|
||||
e.acc = marks[idx];
|
||||
}
|
||||
// If aut was state-based acc before, this might no longer
|
||||
// this might no longer be the case
|
||||
if (aut->prop_state_acc() == 1)
|
||||
aut->prop_state_acc(0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue