twa: no default argument for property setters
This is a preliminary for the renaming suggested in #116. * src/twa/twa.hh (prop_state_based_acc, prop_inherently_weak, prop_deterministic, prop_unambiguous, prop_stutter_invariant, prop_stutter_sensitive): Do not default the argument to true. * src/parseaut/parseaut.yy, src/twaalgos/degen.cc, src/twaalgos/dtbasat.cc, src/twaalgos/dtgbasat.cc, src/twaalgos/minimize.cc, src/twaalgos/randomgraph.cc, src/twaalgos/remfin.cc, src/twaalgos/sbacc.cc, src/twaalgos/simulation.cc, src/twaalgos/totgba.cc, wrap/python/tests/remfin.py: Adjust.
This commit is contained in:
parent
bf5749189e
commit
8ea5f73c1a
12 changed files with 38 additions and 38 deletions
|
|
@ -207,7 +207,7 @@ namespace spot
|
|||
res->copy_ap_of(a);
|
||||
res->set_buchi();
|
||||
if (want_sba)
|
||||
res->prop_state_based_acc();
|
||||
res->prop_state_based_acc(true);
|
||||
// Preserve determinism, weakness, and stutter-invariance
|
||||
res->prop_copy(a, { false, true, true, true });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue