simulation: work on TωA
* src/twaalgos/simulation.cc, src/twaalgos/simulation.hh: Adjust to work on TωA. This only require separate acceptance sets. * src/tests/sim3.test: New test. * src/tests/Makefile.am: Add it.
This commit is contained in:
parent
0e04b25342
commit
8080813303
4 changed files with 67 additions and 13 deletions
|
|
@ -33,7 +33,7 @@ namespace spot
|
|||
/// When the suffixes (letter and acceptance conditions) reachable
|
||||
/// from one state are included in the suffixes seen by another one,
|
||||
/// the former state can be merged into the latter. The algorithm is
|
||||
/// based on the following paper, but generalized to handle TGBA
|
||||
/// based on the following paper, but generalized to handle TωA
|
||||
/// directly.
|
||||
///
|
||||
/** \verbatim
|
||||
|
|
@ -81,7 +81,7 @@ namespace spot
|
|||
/// state can be merged into the latter.
|
||||
///
|
||||
/// Reverse simulation is discussed in the following paper,
|
||||
/// but generalized to handle TGBA directly.
|
||||
/// but generalized to handle TωA directly.
|
||||
/** \verbatim
|
||||
@InProceedings{ somenzi.00.cav,
|
||||
author = {Fabio Somenzi and Roderick Bloem},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue