bin: fix documentation of degeneralization option
Reported by Jan Strejček. * src/bin/spot-x.cc: Fix documentation. * src/twaalgos/degen.cc, src/twaalgos/degen.hh: Fix comments.
This commit is contained in:
parent
b2e812b105
commit
b7fbf72461
3 changed files with 12 additions and 10 deletions
|
|
@ -426,7 +426,7 @@ namespace spot
|
|||
acc = otheracc;
|
||||
|
||||
// If use_z_lvl is on, start with level zero 0 when
|
||||
// swhitching SCCs
|
||||
// switching SCCs
|
||||
unsigned next = (!use_z_lvl || s_scc == scc) ? slevel : 0;
|
||||
|
||||
// If using custom acc orders, get next level
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ namespace spot
|
|||
/// at most (N+1) times the number of states of the original automaton.
|
||||
///
|
||||
/// When \a use_z_lvl is set, the level of the degeneralized
|
||||
/// automaton is reset everytime an accepting SCC is exited. If \a
|
||||
/// automaton is reset everytime an SCC is exited. If \a
|
||||
/// use_cust_acc_orders is set, the degeneralization will compute a
|
||||
/// custom acceptance order for each SCC (this option is disabled by
|
||||
/// default because our benchmarks show that it usually does more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue