twa: rename the is_* getters as prop_*
This fixes #116. * src/twa/twa.hh: Rename those methods. * NEWS: Document the renamings. * doc/org/hoa.org, doc/org/tut21.org, src/parseaut/parseaut.yy, src/tests/ikwiad.cc, src/twa/twagraph.hh, src/twaalgos/are_isomorphic.cc, src/twaalgos/complete.cc, src/twaalgos/degen.cc, src/twaalgos/dot.cc, src/twaalgos/dtbasat.cc, src/twaalgos/dtgbasat.cc, src/twaalgos/hoa.cc, src/twaalgos/isdet.cc, src/twaalgos/isunamb.cc, src/twaalgos/lbtt.cc, src/twaalgos/minimize.cc, src/twaalgos/postproc.cc, src/twaalgos/product.cc, src/twaalgos/randomgraph.cc, src/twaalgos/remfin.cc, src/twaalgos/sbacc.cc, src/twaalgos/simulation.cc, src/twaalgos/stutter.cc, src/twaalgos/totgba.cc: Adjust.
This commit is contained in:
parent
8ea5f73c1a
commit
cbb2e64e7c
26 changed files with 105 additions and 83 deletions
|
|
@ -536,7 +536,7 @@ bit is false, it only means that it is unknown whether the property is
|
|||
true. For instance if in some algorithm you want to know whether an
|
||||
automaton is deterministic (the equivalent of calling =autfilt -q
|
||||
--is-deterministic aut.hoa= from the command-line), you not call the
|
||||
method =aut->is_deterministic()= because that only check the property
|
||||
method =aut->prop_deterministic()= because that only check the property
|
||||
bit, and it might be false even if the =aut= is deterministic.
|
||||
Instead, call the function =is_deterministic(aut)=. This function
|
||||
will first test the property bit, and do the actual check if it has
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue