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
|
|
@ -18,7 +18,7 @@ State: 2
|
|||
[t] 2
|
||||
--END--
|
||||
""")
|
||||
aut.prop_inherently_weak()
|
||||
aut.prop_inherently_weak(True)
|
||||
aut = spot.dtwa_complement(aut)
|
||||
aut1 = spot.scc_filter_states(aut)
|
||||
assert(aut1.to_str('hoa') == """HOA: v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue