ks_cobuchi produces state-based automata.
* spot/gen/automata.cc: implement the change.
This commit is contained in:
parent
472cd77098
commit
2532c2fff4
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ namespace spot
|
|||
aut->new_edge(q, q, h);
|
||||
|
||||
aut->merge_edges();
|
||||
aut->prop_state_acc(true);
|
||||
return aut;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue