postproc: use tba_determinize_check()

* src/tgbaalgos/postproc.cc: Use tba_determinize_check()
if option "tba-det" is set.
* src/tgbaalgos/postproc.hh (tba_determinize_): New attribute.
* src/tgbatest/det.test: New file.
* src/tgbatest/Makefile.am (TESTS): Add it.
This commit is contained in:
Alexandre Duret-Lutz 2013-01-21 19:18:14 +01:00
parent 07ab225cc4
commit 0117fc2c36
4 changed files with 139 additions and 1 deletions

View file

@ -105,6 +105,7 @@ namespace spot
int simul_limit_;
int scc_filter_;
int ba_simul_;
bool tba_determinisation_;
};
/// @}
}