INVESTIGADORES
FRIAS Marcelo Fabian
artículos
Título:
A Dataflow Analysis to Improve SAT-based Bounded Program Verification
Autor/es:
CUERVO PARRINO , BRUNO; GALEOTTI, JUAN PABLO; GARBERVETSKY, DIEGO; FRIAS, MARCELO FABIAN
Revista:
LECTURE NOTES IN COMPUTER SCIENCE
Editorial:
Springer
Referencias:
Lugar: Berlín; Año: 2011 vol. 7041 p. 138 - 154
ISSN:
0302-9743
Resumen:
SAT-based bounded verification of programs consists of the translation of the code and its annotations into a propositional formula. The formula is then analyzed for specification violations using a SAT- solver. This technique is capable of proving the absence of errors up to a given scope. SAT is a well-known NP-complete problem, whose com- plexity depends on the number of propositional variables occurring in the formula. Thus, reducing the number of variables in the logical repre- sentation may have a great impact on the overall analysis. We propose a dataflow analysis which infers the set of possible values that can be assigned to each local and instance variable. Unnecessary variables at the SAT level can then be safely removed by relying on the inferred values. We implemented this approach in TACO, a SAT-based verification tool. We present an extensive empirical evaluation and discuss the benefits of the proposed approach.