forq: make it easier to select contains's version
* spot/twaalgos/contains.hh, spot/twaalgos/contains.cc (containment_select_version): New function. (contains): Use it. * spot/twa/twa.cc (exclusive_word): Likewise. * bin/autfilt.cc (--included-in): Adjust to use forq depending on containement_select_version. * bin/man/spot-x.x: Adjust documentation of CONTAINMENT_SELECT_VERSION. * tests/core/included.test, tests/python/forq_contains.py: Add more tests. * NEWS: Mention the new feature.
This commit is contained in:
parent
ca4e6c4b48
commit
05d7622f8f
8 changed files with 178 additions and 83 deletions
13
NEWS
13
NEWS
|
|
@ -65,6 +65,19 @@ New in spot 2.11.6.dev (not yet released)
|
|||
36 seconds; it now produce an AIG circuit with 53 nodes in only
|
||||
0.1 second.
|
||||
|
||||
- spot::contains_forq() is a implementation of the paper "FORQ-Based
|
||||
Language Inclusion Formal Testing" (Doveri, Ganty, Mazzocchi;
|
||||
CAV'22) contributed by Jonah Romero.
|
||||
|
||||
- spot::contains() still default to the complementation-based
|
||||
algorithm, however by calling
|
||||
spot::containment_select_version("forq") or by setting
|
||||
SPOT_CONTAINMENT_CHECK=forq in the environment, the
|
||||
spot::contains_forq() implementation will be used instead when
|
||||
applicable (inclusion between Büchi automata).
|
||||
|
||||
The above also impacts autfilt --included-in option.
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
- tgba_determinize()'s use_simulation option would cause it to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue