to_parity: Add an option to force degeneralization
* spot/twaalgos/toparity.cc, spot/twaalgos/toparity.hh: Don't try to run the algorithm without degeneralization with the option force_degen.
This commit is contained in:
parent
527b62c5ff
commit
685d6d8ba0
2 changed files with 8 additions and 4 deletions
|
|
@ -45,9 +45,12 @@ namespace spot
|
|||
/// degeneralization to remove occurrences of acceptance
|
||||
/// subformulas such as `Fin(x) | Fin(y)` or `Inf(x) & Inf(y)`.
|
||||
bool partial_degen = true;
|
||||
/// If \c force_degen is false, to_parity will checks if we can
|
||||
/// get a better result if we don't apply partial_degeneralize.
|
||||
bool force_degen = true;
|
||||
/// If \c scc_acc_clean is true, to_parity() will ignore colors
|
||||
/// no occoring in an SCC while processing this SCC.
|
||||
bool acc_clean = true;
|
||||
bool acc_clean = true;
|
||||
/// If \a parity_equiv is true, to_parity() will check if there
|
||||
/// exists a permutations of colors such that the acceptance
|
||||
/// condition is a parity condition.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue