ks_cobuchi produces state-based automata.

* spot/gen/automata.cc: implement the change.
This commit is contained in:
Maximilien Colange 2017-04-24 11:11:11 +02:00
parent 472cd77098
commit 2532c2fff4

View file

@ -84,6 +84,7 @@ namespace spot
aut->new_edge(q, q, h); aut->new_edge(q, q, h);
aut->merge_edges(); aut->merge_edges();
aut->prop_state_acc(true);
return aut; return aut;
} }
} }