Partial-Order Reduction in Symbolic State-Space Exploration

  • Authors:
  • R. Alur;R. K. Brayton;T. A. Henzinger;S. Qadeer;S. K. Rajamani

  • Affiliations:
  • Department of Computer and Information Science, University of Pennsylvania, Philadelphia, PA 19104, USA. alur@cis.upenn.edu;Department of Electrical Engineering and Computer Sciences, University of California at Berkeley, CA 94720, USA. brayton@eecs.berkeley.edu;Department of Electrical Engineering and Computer Sciences, University of California at Berkeley, CA 94720, USA. tah@eecs.berkeley.edu;Department of Electrical Engineering and Computer Sciences, University of California at Berkeley, CA 94720, USA. shaz@eecs.berkeley.edu;Department of Electrical Engineering and Computer Sciences, University of California at Berkeley, CA 94720, USA. sriramr@eecs.berkeley.edu

  • Venue:
  • Formal Methods in System Design - Special issue on CAV '97
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

State-space explosion is a fundamental obstacle in the formal verification of designs and protocols. Several techniques for combating this problem have emerged in the past few years, among which two are significant: partial-order reduction and symbolic state-space search. In asynchronous systems, interleavings of independent concurrent events are equivalent, and only a representative interleaving needs to be explored to verify local properties. Partial-order methods exploit this redundancy and visit only a subset of the reachable states. Symbolic techniques, on the other hand, capture the transition relation of a system and the set of reachable states as boolean functions. In many cases, these functions can be represented compactly using binary decision diagrams (BDDs). Traditionally, the two techniques have been practiced by two different schools—partial-order methods with enumerative depth-first search for the analysis of asynchronous network protocols, and symbolic breadth-first search for the analysis of synchronous hardware designs. We combine both approaches and develop a method for using partial-order reduction techniques in symbolic BDD-based invariant checking. We present theoretical results to prove the correctness of the method, and experimental results to demonstrate its efficacy.