postproc: Perform simulation on the BA in --high mode.
* src/tgbaalgos/postproc.cc, src/tgbaalgos/postproc.hh: Do simulation on the BA produced in --high mode. * src/bin/spot-x.cc: Document the ba-simul option that can be used to disable it.
This commit is contained in:
parent
ce2bb052cb
commit
4c2791e042
3 changed files with 30 additions and 10 deletions
|
|
@ -67,6 +67,11 @@ number of \"don't care\" transitions considered by the \
|
|||
\"don't care\"-simulation algorithm. A negative value (the default) \
|
||||
does not enforce any limit. Note that if there are N \"don't care\" \
|
||||
transitions, the algorithm may potentially test 2^N configurations.") },
|
||||
{ DOC("ba-simul", "Set to 0 to disable simulation-based reductions \
|
||||
on the Büchi automaton (i.e., after degeneralization has been performed). \
|
||||
Set to 1 to use only direct simulation. Set to 2 to use only reverse \
|
||||
simulation. Set to 3 to iterate both direct and reverse simulations. \
|
||||
The default is 3 in --high mode, and 0 otherwise.") },
|
||||
{ 0, 0, 0, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue