postproc: Add the new simulation in do_simul()
* spot/twaalgos/postproc.hh, spot/twaalgos/postproc.cc: Add the new simulation in do_simul(). * bin/man/spot-x.x, bin/spot-x.cc: Add documentation for SPOT_SIMULATION_REDUCTION environnement variable and the simul-method fine tunning option. * NEWS: Mention the changes.
This commit is contained in:
parent
fb066ada0a
commit
b082df201f
5 changed files with 44 additions and 3 deletions
|
|
@ -211,7 +211,11 @@ sets sat-minimize to 1 if not set differently.") },
|
|||
"Set to 1 to instruct the SAT-minimization procedure to produce \
|
||||
a TGBA where all outgoing transition of a state have the same acceptance \
|
||||
sets. By default this is only enabled when option -B is used.") },
|
||||
{ nullptr, 0, nullptr, 0, nullptr, 0 }
|
||||
{ DOC("simul-method",
|
||||
"Chose which simulation based reduction to use: 1 force the \
|
||||
signature-based BDD implementation, 2 force matrix-based and 0, the default, \
|
||||
is a heristic wich choose which implementation to use.") },
|
||||
{ nullptr, 0, nullptr, 0, nullptr, 0 },
|
||||
};
|
||||
|
||||
const struct argp_child children[] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue