On the relationship between LTL normal forms and Büchi automata

  • Authors:
  • Jianwen Li;Geguang Pu;Lijun Zhang;Zheng Wang;Jifeng He;Kim Guldstrand Larsen

  • Affiliations:
  • Shanghai Key Laboratory of Trustworthy Computing, East China Normal University, P.R. China;Shanghai Key Laboratory of Trustworthy Computing, East China Normal University, P.R. China;State Key Laboratory of Computer Science, Institute of Software, Chinese Academy of Sciences, China,DTU Compute, Technical University of Denmark, Denmark;Shanghai Key Laboratory of Trustworthy Computing, East China Normal University, P.R. China;Shanghai Key Laboratory of Trustworthy Computing, East China Normal University, P.R. China;Computer Science, Aalborg University, Denmark

  • Venue:
  • Theories of Programming and Formal Methods
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we revisit the problem of translating LTL formulas to Büchi automata. We first translate the given LTL formula into a special disjuctive-normal form (DNF). The formula will be part of the state, and its DNF normal form specifies the atomic properties that should hold immediately (labels of the transitions) and the formula that should hold afterwards (the corresponding successor state). If the given formula is Until-free or Release-free, the Büchi automaton can be obtained directly in this manner. For a general formula, the construction is more involved: an additional component will be needed for each formula that helps us to identify the set of accepting states. Notably, our construction is an on-the-fly construction, which starts with the given formula and explores successor states according to the normal forms. We implement our construction and compare the tool with SPOT [3]. The comparision results are very encouraging and show our construction is quite innovative.