Testing computability by width-two OBDDs

  • Authors:
  • Dana Ron;Gilad Tsur

  • Affiliations:
  • Department of Electrical Engineering - Systems, Tel-Aviv University, Ramat-Aviv, Tel-Aviv 69978, Israel;Department of Computer Science and Applied Math, Weizmann Institute of Science, Rehovot 76100, Israel

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2012

Quantified Score

Hi-index 5.24

Visualization

Abstract

Property testing is concerned with deciding whether an object (e.g. a graph or a function) has a certain property or is ''far'' (for a prespecified distance measure) from every object with that property. In this work, we consider the property of being computable by a read-once width-2Ordered Binary Decision Diagram (OBDD), also known as a branching program, in two settings. In the first setting, the order of the variables is fixed and given to the algorithm, while in the second setting it is not fixed. That is, while in the first setting we should accept a function f if it is computable by a width-2 OBDD with a given order of the variables, in the second setting we should accept a function f if there exists an order of the variables according to which a width-2 OBDD can compute f. Width-2 OBDDs generalize two classes of functions that have been studied in the context of property testing: linear functions (over GF(2)) and monomials. In both these cases membership can be tested by performing a number of queries that is independent of the number of variables,n (and is linear in 1/@e, where @e is the distance parameter). In contrast, we show that testing computability by width-2 OBDDs when the order of variables is fixed and known requires a number of queries that grows logarithmically with n (for a constant @e), and we provide an algorithm that performs O@?(logn/@e) queries. For the case where the order is not fixed, we show that there is no testing algorithm that performs a number of queries that is sublinear in n.