support for the hanoi omega automata format
play

Support for the Hanoi Omega-Automata Format - PowerPoint PPT Presentation

Spot 2.0 A C++ library for model checking and -automata manipulation Alexandre D uret -L utz Alexandre L ewkowicz Amaury F auchille tienne R enault Laurent X u Thibaud M ichaud Monday, October 17th 1 / 19 A Generalized View of -Automata


  1. Spot 2.0 A C++ library for model checking and ω -automata manipulation Alexandre D uret -L utz Alexandre L ewkowicz Amaury F auchille Étienne R enault Laurent X u Thibaud M ichaud Monday, October 17th 1 / 19

  2. A Generalized View of ω -Automata ω -Automata in Spot have: ◮ a single initial state, ◮ transitions labeled by Boolean formulas over atomic prop., ◮ acceptance marks ( 0 , 1 , 2 , . . . ) that can label either states or transitions, ◮ an acceptance condition that tells which marks have to be seen infinitely often or finitely often for a run to be accepted. Minimal Büchi automaton for G F a ∧ G F b : ¯ ab ¯ a ab 0 a ¯ ab b ¯ ab ¯ b Inf ( 0 ) 2 / 19

  3. A Generalized View of ω -Automata ω -Automata in Spot have: ◮ a single initial state, ◮ transitions labeled by Boolean formulas over atomic prop., ◮ acceptance marks ( 0 , 1 , 2 , . . . ) that can label either states or transitions, ◮ an acceptance condition that tells which marks have to be seen infinitely often or finitely often for a run to be accepted. Minimal automata for G F a ∧ G F b : a ¯ b ¯ ab ¯ ¯ a ab a 0 0 a 1 ¯ ab ab ¯ a 1 b ab b 0 0 ¯ ab ¯ ¯ b b a ¯ ¯ b Inf ( 0 ) Inf ( 0 ) Inf ( 0 ) ∧ Inf ( 1 ) 2 / 19

  4. A Rabin Automaton for G F a → G F b � � � � Fin ( 0 ) ∧ Inf ( 1 ) Fin ( 2 ) ∧ Inf ( 3 ) ∨ a ¯ a ¯ ¯ b b a ¯ ¯ b 0 1 0 1 a ¯ ¯ b ¯ ab a ¯ a ¯ ¯ ¯ ¯ ab ab b b a ¯ ¯ b ¯ ab 2 3 0 3 1 3 ab ¯ ab a ¯ ab ¯ b ab 3 / 19

  5. An ω -Automaton for G F a → G F b � � Fin ( 0 ) ∧ Inf ( 1 ) ∨ Inf ( 2 ) a ¯ a ¯ ¯ b b a ¯ ¯ b 0 1 0 1 a ¯ ¯ b ¯ ab a ¯ a ¯ ¯ ¯ ¯ ab ab b b a ¯ ¯ b ¯ ab 2 3 0 2 1 2 ab ¯ ab a ¯ ab ¯ b ab 3 / 19

  6. A Streett Automaton for G F a → G F b Fin ( 0 ) ∨ Inf ( 1 ) a ¯ a ¯ ¯ b b a ¯ ¯ b 0 1 0 4 a ¯ ¯ b ¯ ab a ¯ a ¯ ¯ ¯ ¯ ab ab b b a ¯ ¯ b ¯ ab 2 3 0 1 1 ab ¯ ab a ¯ ab ¯ b ab 3 / 19

  7. Support for the Hanoi Omega-Automata Format http://adl.github.io/hoaf/support.html ltl2dstar 0.5.3 output DRA or DSA, can also input BA ltl3ba 1.1.2 output BA, TGBA, or VWAA ltl3dra 0.2.2 output DRA, TGDRA or MMAA Rabinizer 3.1 output DRA, TDRA, GDRA, or TGDRA PRISM 4.3 input deterministic automata for probabilistic model checking; (generalized) Rabin for MDP; any acceptance for CTMC/DTMC Spot since 1.99.2 can input/output anything that is not alternating; can convert from other formats; has several transformations jhoafparser and cpphoafparser two parsers with pretty printers, and convenient transformations T. Babiak, F. Blahoudek, A. Duret-Lutz, J. Klein, J. Kˇ retínský, D. Müller, D. Parker, and J. Strejˇ cek. The Hanoi Omega-Automata format. CAV’15 4 / 19

  8. Spot’s Services for Temporal Logic Formulas For LTL formulas (or the linear fragment of PSL): ◮ Parsers, printers ◮ Simplifications, rewritings ◮ Implication, equivalence checks ◮ Stutter-invariance checks ◮ Filtering by properties ◮ Random formula generation ◮ Translation to Transition-based Generalized Büchi automata 5 / 19

  9. Spot’s Services for ω -automata For ω -automata: ◮ Parsers, printers ◮ Simplifications: acceptance prunning, SCC-based mark simplifications, simulation-based reductions, minimization for obligation properties, ... ◮ Acceptance conversions ◮ Boolean operations: sum, product (on-the-fly if desired), complement ◮ Determinization (to Parity automata) ◮ Emptiness checks ◮ SAT-based minimization of deterministic automata (with arbitrary input and output acceptance) ◮ Random automata generation 6 / 19

  10. Spot’s Architecture randltl genltl ltlfilt randaut autfilt ltl2tgba ltl2tgta IPython / Jupyter dstar2tgba ltlcross ltlgrind import spot import spot.ltsmin ltldo libspot libspot-ltsmin libbddx SpinS divine 7 / 19

  11. Spot’s Architecture randltl genltl ltlfilt 1 randaut autfilt 2 ltl2tgba ltl2tgta IPython / Jupyter dstar2tgba ltlcross 3 4 ltlgrind import spot import spot.ltsmin ltldo libspot libspot-ltsmin libbddx SpinS divine 7 / 19

  12. Spot’s Architecture randltl genltl ltlfilt 1 randaut autfilt 2 ltl2tgba ltl2tgta IPython / Jupyter dstar2tgba ltlcross 3 4 ltlgrind import spot import spot.ltsmin ltldo libspot libspot-ltsmin libbddx SpinS divine 7 / 19

  13. ltlfilt — Rewriting Formulas Operator rewritings $ ltlfilt --unabbreviate=iGF -f ’G(a -> Fb)’ 0 R (!a | (1 U b)) 8 / 19

  14. ltlfilt — Rewriting Formulas Operator rewritings $ ltlfilt --unabbreviate=iGF -f ’G(a -> Fb)’ 0 R (!a | (1 U b)) $ ltlfilt --unabbreviate=iGFR -f ’G(a -> Fb)’ (!a | (1 U b)) W 0 8 / 19

  15. ltlfilt — Rewriting Formulas Operator rewritings $ ltlfilt --unabbreviate=iGF -f ’G(a -> Fb)’ 0 R (!a | (1 U b)) $ ltlfilt --unabbreviate=iGFR -f ’G(a -> Fb)’ (!a | (1 U b)) W 0 $ ltlfilt --unabbreviate=iGFRW -f ’G(a -> Fb)’ !(1 U !(!a | (1 U b))) 8 / 19

  16. ltlfilt — Rewriting Formulas Operator rewritings $ ltlfilt --unabbreviate=iGF -f ’G(a -> Fb)’ 0 R (!a | (1 U b)) $ ltlfilt --unabbreviate=iGFR -f ’G(a -> Fb)’ (!a | (1 U b)) W 0 $ ltlfilt --unabbreviate=iGFRW -f ’G(a -> Fb)’ !(1 U !(!a | (1 U b))) Simplifications $ ltlfilt --simplify -f ’!(1 U !(!a | (1 U b)))’ G(!a | Fb) 8 / 19

  17. ltlfilt — Answering Simple Questions Is a U ( b U a ) equivalent to b U a ? $ ltlfilt -f ’a U (b U a)’ --equivalent-to ’b U a’ a U (b U a) 9 / 19

  18. ltlfilt — Answering Simple Questions Is a U ( b U a ) equivalent to b U a ? $ ltlfilt -f ’a U (b U a)’ --equivalent-to ’b U a’ a U (b U a) Which of these formulas are stutter-invariant? $ ltlfilt -f ’G(a | X(a -> b))’ -f ’G(a | X(a <-> b))’ \ --stutter-invariant G(a | X(a -> b)) T. Michaud and A. Duret-Lutz. Practical stutter-invariance checks for ω -regular languages. SPIN’15 9 / 19

  19. ltlfilt — Answering Simple Questions Is a U ( b U a ) equivalent to b U a ? $ ltlfilt -f ’a U (b U a)’ --equivalent-to ’b U a’ a U (b U a) Which of these formulas are stutter-invariant? $ ltlfilt -f ’G(a | X(a -> b))’ -f ’G(a | X(a <-> b))’ \ --stutter-invariant G(a | X(a -> b)) Give an X -free formula for G ( a ∨ X ( a → b )) $ ltlfilt -f ’G(a | X(a -> b))’ --remove-x --simplify G(a | (!a & (!a U (a & (!a | b))) & ((!b U a) | (b U a))) | (b & (b U (!b & (!a | b))) & ((!a U !b) | (a U !b))) | ((!a | b) & (G!a | Ga) & (G!b | Gb)) | (!b & ((!a U b) | (a U b)))) K. Etessami. A note on a question of Peled and Wilke regarding stutter-invariant LTL. Information Processing Letters , 75(6):261–263, 2000 9 / 19

  20. ltlfilt — Random Generation with Constraints Build 10 pathological safety formulas $ randltl -n -1 --tree-size=10..13 a b | ltlfilt --simplify --safety --uniq | ltlfilt --invert-match --syntactic-safety -n 10 F(!a | Ga) (!b & X((b W Xb) R b)) | (b & X((!b M X!b) U !b)) G(b U XXb) (((!b & XGa) | (b & XF!a)) W b) R a ((b W a) M b) | (!a R X!a) F(b | X!b) G((b & XF!b) | (!b & XGb)) Xa U (Gb | Ga) Fa R X!a F(b | G!b) 10 / 19

  21. ltlfilt — Random Generation with Constraints Build 10 pathological safety formulas $ randltl -n -1 --tree-size=10..13 a b | ltlfilt --simplify --safety --uniq | ltlfilt --invert-match --syntactic-safety -n 10 F(!a | Ga) (!b & X((b W Xb) R b)) | (b & X((!b M X!b) U !b)) G(b U XXb) (((!b & XGa) | (b & XF!a)) W b) R a ((b W a) M b) | (!a R X!a) F(b | X!b) G((b & XF!b) | (!b & XGb)) Xa U (Gb | Ga) Fa R X!a F(b | G!b) 10 / 19

  22. ltlfilt — Random Generation with Constraints Build 10 pathological safety formulas not equivalent to ⊤ or ⊥ $ randltl -n -1 --tree-size=10..13 a b | ltlfilt --simplify --safety --uniq | ltlfilt --invert-match --syntactic-safety | ltlfilt --invert-match --equivalent-to=1 | ltlfilt --invert-match --equivalent-to=0 (!b & X((b W Xb) R b)) | (b & X((!b M X!b) U !b)) G(b U XXb) (((!b & XGa) | (b & XF!a)) W b) R a ((b W a) M b) | (!a R X!a) Xa U (Gb | Ga) Fa R X!a (a & (!a U b)) | (!a & (a R !b)) G(((a & b) | (!a & !b)) & (a M b)) R a b & ((!b & F!a) | (b & Ga)) b & (!a | (b M Xb)) 10 / 19

  23. Spot’s Architecture randltl genltl ltlfilt 1 randaut autfilt 2 ltl2tgba ltl2tgta IPython / Jupyter dstar2tgba ltlcross 3 4 ltlgrind import spot import spot.ltsmin ltldo libspot libspot-ltsmin libbddx SpinS divine 11 / 19

  24. ⓿ ❶ ❸ ❸ ❶ ❷ ⓿❸ ❶❸ ❷❸ ❸ ⓿ ❸ ⓿ ⓿❸ autfilt — Acceptance Transformations (Fin( ❶ ) & Fin( ❸ ) & Inf( ⓿ )) | (Inf( ❷ )&Inf( ❸ )) | Inf( ❶ ) a & b ⓿❸ a !a & b ❶❸ ❷❸ 1 1 !a & !b ❸ ⓿ b a & !b ❸ ⓿ !a ⓿❸ 0 2 !b 12 / 19

  25. autfilt — Acceptance Transformations (Fin( ❶ ) & Fin( ❸ ) & Inf( ⓿ )) | (Inf( ❷ )&Inf( ❸ )) | Inf( ❶ ) a & b ⓿❸ a !a & b ❶❸ ❷❸ 1 1 !a & !b ❸ ⓿ b a & !b ❸ ⓿ !a ⓿❸ 0 2 !b $ autfilt --cnf-acceptance example.hoa > output.hoa (Inf( ⓿ ) | Inf( ❶ ) | Inf( ❸ )) & (Fin( ❸ ) | Inf( ❶ ) | Inf( ❷ )) a & b ⓿❸ a !a & b ❶❸ ❷❸ 1 1 !a & !b ❸ ⓿ b a & !b ❸ ⓿ !a ⓿❸ 0 2 !b 12 / 19

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend