improve documentation for -x sat-minimize
* bin/man/spot-x.x, bin/spot-x.cc: Improve documentation of SAT-based minimization. It was still referring to TGBA although it works for TwA. * spot/twaalgos/postproc.cc: Typo.
This commit is contained in:
parent
803a61a03d
commit
cfa3417449
3 changed files with 22 additions and 15 deletions
|
|
@ -581,7 +581,7 @@ namespace spot
|
|||
else if (sat_acc_ != -1)
|
||||
target_acc = sat_acc_;
|
||||
else
|
||||
// Take the number of acceptance conditions from the input
|
||||
// Take the number of acceptance sets from the input
|
||||
// automaton, not from dba, because dba often has been
|
||||
// degeneralized by tba_determinize_check(). Make sure it
|
||||
// is at least 1.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue