degen: introduce three optimizations

* src/tgbaalgos/degen.cc, src/tgbaalgos/degen.hh: Add three
options use_z_level, use_cust_acc_orders, and use_lvl_cache.
This commit is contained in:
Tomáš Babiak 2012-12-05 20:00:55 +01:00 committed by Alexandre Duret-Lutz
parent 35e16a0b9a
commit 774a266bfe
2 changed files with 350 additions and 171 deletions

View file

@ -35,7 +35,8 @@ namespace spot
///
/// \see tgba_sba_proxy, tgba_tba_proxy
/// \ingroup tgba_misc
sba* degeneralize(const tgba* a);
sba* degeneralize(const tgba* a, bool use_z_lvl = true, bool use_cust_acc_orders = true,
bool use_lvl_cache = true);
}