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:
Alexandre Duret-Lutz 2013-02-14 14:35:14 +01:00
parent bc7a2865de
commit a965af711c
3 changed files with 16 additions and 3 deletions

View file

@ -102,6 +102,7 @@ namespace spot
bool degen_cache_;
int simul_;
int simul_limit_;
int scc_filter_;
};
/// @}
}