org: cleanup tut40
* doc/org/tut40.org: Add more explanations and some cleanup. * python/spot/__init__.py (set_state_players, get_state_winners, get_state_players, set_state_player, get_state_winner, get_state_player, get_strategy): Add these methods to the twa_graph class for convenience. * NEWS, doc/org/tut.org: Mention tut40.org.
This commit is contained in:
parent
211e7d90d3
commit
88d0d2e112
4 changed files with 283 additions and 330 deletions
|
|
@ -1031,7 +1031,10 @@ def _add_twa_graph(meth, name=None):
|
|||
|
||||
for meth in ('scc_filter', 'scc_filter_states',
|
||||
'is_deterministic', 'is_unambiguous',
|
||||
'contains'):
|
||||
'contains', 'get_strategy',
|
||||
'set_state_players', 'get_state_players',
|
||||
'set_state_player', 'get_state_player',
|
||||
'get_state_winners', 'get_state_winner'):
|
||||
_add_twa_graph(meth)
|
||||
_add_twa_graph('are_equivalent', 'equivalent_to')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue