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:
Alexandre Duret-Lutz 2013-02-12 19:28:13 +01:00
parent ca94168540
commit bc7a2865de
3 changed files with 21 additions and 12 deletions

View file

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