Constraint-based optimal testing using DNNF graphs

  • Authors:
  • Anika Schumann;Martin Sachenbacher;Jinbo Huang

  • Affiliations:
  • Cork Constraint Computation Centre, University College Cork, Ireland;Institut fürmatik, Technische Universität München, Germany;NICTA and Australian National University, Australia

  • Venue:
  • CP'09 Proceedings of the 15th international conference on Principles and practice of constraint programming
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

The goal of testing is to distinguish between a number of hypotheses about a system--for example, different diagnoses of faults-- by applying input patterns and verifying or falsifying the hypotheses from the observed outputs. Optimal distinguishing tests (ODTs) are those input patterns that are most likely to distinguish between hypotheses about non-deterministic systems. Finding ODTs is practically important, but it amounts in general to determining a ratio of model counts and is therefore computationally very expensive. In this paper, we present a novel approach to constraint-based ODT generation, which uses structural properties of the system to limit the complexity of computation.We first construct a compact graphical representation of the testing problem via compilation into decomposable negation normal form. Based on this compiled representation, we show how one can evaluate distinguishing tests in linear time, which allows us to efficiently determine an ODT. Experimental results from a real-world application show that our method can compute ODTs for instances that were intractable for previous approaches.