introduce check_determinism()
* spot/twaalgos/isdet.hh, spot/twaalgos/isdet.cc (check_determinism): New function. * NEWS: Mention it. * tests/python/semidet.py: New file. * tests/Makefile.am: Add it.
This commit is contained in:
parent
62d1e0219d
commit
ac80b07d93
5 changed files with 127 additions and 38 deletions
|
|
@ -91,5 +91,7 @@ namespace spot
|
|||
SPOT_API bool
|
||||
is_semi_deterministic(const const_twa_graph_ptr& aut);
|
||||
|
||||
|
||||
/// \brief Set the deterministic and semi-deterministic properties
|
||||
/// appropriately.
|
||||
SPOT_API void check_determinism(twa_graph_ptr aut);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue