postproc: add some experimental don't care options
* src/tgbaalgos/postproc.cc, src/tgbaalgos/postproc.hh: Add a "simul-limit" option, and add two new cases to "simul" for the two don't care simulation * src/bin/man/ltl2tgba.x: Mention the new options.
This commit is contained in:
parent
ca94168540
commit
bc7a2865de
3 changed files with 21 additions and 12 deletions
|
|
@ -101,6 +101,7 @@ namespace spot
|
|||
bool degen_order_;
|
||||
bool degen_cache_;
|
||||
int simul_;
|
||||
int simul_limit_;
|
||||
};
|
||||
/// @}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue