genaut: fix ks_nca
* spot/gen/automata.cc (ks_nca): The output is complete. * tests/core/genaut.test: Add test. * NEWS: Mention the bug.
This commit is contained in:
parent
4fa24a7ddd
commit
b4963a7a6c
3 changed files with 8 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ namespace spot
|
|||
aut->merge_edges();
|
||||
aut->prop_state_acc(true);
|
||||
aut->prop_universal(false);
|
||||
aut->prop_complete(false);
|
||||
aut->prop_complete(true);
|
||||
aut->prop_inherently_weak(false);
|
||||
aut->prop_stutter_invariant(false);
|
||||
aut->prop_semi_deterministic(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue