get rid of tgba_sba_proxy
* src/saba/sabacomplementtgba.cc, src/saba/sabacomplementtgba.hh, src/tgba/tgbatba.cc, src/tgba/tgbatba.hh, src/tgbaalgos/degen.hh, src/tgbatest/complementation.cc, src/tgbatest/ltl2tgba.cc: Here.
This commit is contained in:
parent
a63612a515
commit
cc38443ed0
7 changed files with 51 additions and 225 deletions
|
|
@ -31,9 +31,6 @@ namespace spot
|
|||
/// This algorithms will build a new explicit automaton that has
|
||||
/// at most (N+1) times the number of states of the original automaton.
|
||||
///
|
||||
/// If you want to build a degeneralized automaton on-the-fly, see
|
||||
/// spot::tgba_sba_proxy or spot::tgba_tba_proxy.
|
||||
///
|
||||
/// When \a use_z_lvl is set, the level of the degeneralized
|
||||
/// automaton is reset everytime an accepting SCC is exited. If \a
|
||||
/// use_cust_acc_orders is set, the degeneralization will compute a
|
||||
|
|
@ -48,7 +45,7 @@ namespace spot
|
|||
/// Any of these three options will cause the SCCs of the automaton
|
||||
/// \a a to be computed prior to its actual degeneralization.
|
||||
///
|
||||
/// \see tgba_sba_proxy, tgba_tba_proxy
|
||||
/// \see tgba_tba_proxy
|
||||
SPOT_API tgba_digraph*
|
||||
degeneralize(const tgba* a, bool use_z_lvl = true,
|
||||
bool use_cust_acc_orders = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue