preparing for experiments, HSR -- reachability testing via rsLTL; some cleanup

This commit is contained in:
Artur Meski
2017-03-12 15:29:28 +01:00
parent 5934c6381d
commit 05557440a0
3 changed files with 92 additions and 6 deletions

View File

@@ -60,4 +60,10 @@ class ContextAutomatonWithConcentrations(ContextAutomaton):
ca.add_transition(ca.get_state_name(src),new_ctx,ca.get_state_name(dst))
return ca
return ca
def show(self):
self.show_header()
self.show_states()
self.show_transitions()