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:
parent
07ab225cc4
commit
0117fc2c36
4 changed files with 139 additions and 1 deletions
|
|
@ -105,6 +105,7 @@ namespace spot
|
|||
int simul_limit_;
|
||||
int scc_filter_;
|
||||
int ba_simul_;
|
||||
bool tba_determinisation_;
|
||||
};
|
||||
/// @}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue