Symbolic Boolean manipulation with ordered binary-decision diagrams

  • Authors:
  • Randal E. Bryant

  • Affiliations:
  • School of Computer Science, Carnegie-Mellon University, Pittsburgh, Pennsylvania

  • Venue:
  • ACM Computing Surveys (CSUR)
  • Year:
  • 1992

Quantified Score

Hi-index 0.04

Visualization

Abstract

Ordered Binary-Decision Diagrams (OBDDs) represent Boolean functions as directed acyclic graphs. They form a canonical representation, making testing of functional properties such as satisfiability and equivalence straightforward. A number of operations on Boolean functions can be implemented as graph algorithms on OBDD data structures. Using OBDDs, a wide variety of problems can be solved through symbolic analysis. First, the possible variations in system parameters and operating conditions are encoded with Boolean variables. Then the system is evaluated for all variations by a sequence of OBDD operations. Researchers have thus solved a number of problems in digital-system design, finite-state system analysis, artificial intelligence, and mathematical logic. This paper describes the OBDD data structure and surveys a number of applications that have been solved by OBDD-based symbolic analysis.