remfin: add is_buchi_realizable() method
* NEWS: Update. * spot/tl/hierarchy.cc: Replace rabin_to_buchi_maybe() with is_buchi_realizable(). * spot/twaalgos/remfin.cc: Implement it. * spot/twaalgos/remfin.hh: Declare it.
This commit is contained in:
parent
1b4002401a
commit
ebe3a15dcc
4 changed files with 45 additions and 9 deletions
|
|
@ -23,6 +23,13 @@
|
|||
|
||||
namespace spot
|
||||
{
|
||||
/// \ingroup twa_acc_transform
|
||||
/// \brief Check if \aut is Büchi-realizable. This is inspired
|
||||
/// from rabin_to_buchi_maybe()'s algorithm. The main difference is that
|
||||
/// here, no automaton is built.
|
||||
SPOT_API bool
|
||||
rabin_is_buchi_realizable(const const_twa_graph_ptr& aut);
|
||||
|
||||
/// \ingroup twa_acc_transform
|
||||
/// \brief Convert a Rabin automaton to Büchi automaton, preserving
|
||||
/// determinism when possible.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue