postproc: add an scc-filter option
* src/tgbaalgos/postproc.cc, src/tgbaalgos/postproc.hh: Add an scc-filter option. * src/bin/man/ltl2tgba.x: Document it.
This commit is contained in:
parent
bc7a2865de
commit
a965af711c
3 changed files with 16 additions and 3 deletions
|
|
@ -102,6 +102,7 @@ namespace spot
|
|||
bool degen_cache_;
|
||||
int simul_;
|
||||
int simul_limit_;
|
||||
int scc_filter_;
|
||||
};
|
||||
/// @}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue