Improving Encoding Efficiency for Bounded Model Checking

  • Authors:
  • Jinji Yang;Kaile Su;Qingliang Chen

  • Affiliations:
  • -;-;-

  • Venue:
  • TASE '08 Proceedings of the 2008 2nd IFIP/IEEE International Symposium on Theoretical Aspects of Software Engineering
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Bounded Model Checking (BMC) has played an important role in verification of software, embedded systems and protocols. The idea of BMC is to encode Finite State Machine (FSM) and Linear Temporal Logic (LTL) verification specification into satisfiability (SAT) in卢stances, and then to search for a counter example via various SAT tools. Improving encoding technology of BMC can generate a SAT instance easy to solve, and therefore is essential to improve the efficiency of BMC. In this paper, we improve the encoding of BMC by combining the characteristic of FSM state transition and semantics of LTL, get a simple and efficient recursion formula which is useful to efficiently generate SAT instances. We present an efficient algorithm to encode the modal operator (safety formula) in BMC. The experiments for comparative analysis shows that this encoding algorithm is more powerful than the existing two mainstream encoding algorithms in both the scale of generated SAT instances and the solving efficiency. The methodology presented in this paper is also valuable for optimization of other modal operator encodings in BMC.