• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations

Complete instantiation for quantified formulas in satisfiabiliby modulo theories. (2009)

by Y Ge, L M de Moura
Add To MetaCart

Tools

Sorted by:
Results 1 - 10 of 50
Next 10 →

Lazy Satisfiability Modulo Theories

by Roberto Sebastiani - JOURNAL ON SATISFIABILITY, BOOLEAN MODELING AND COMPUTATION 3 (2007) 141€“224 , 2007
"... Satisfiability Modulo Theories (SMT) is the problem of deciding the satisfiability of a first-order formula with respect to some decidable first-order theory T (SMT (T)). These problems are typically not handled adequately by standard automated theorem provers. SMT is being recognized as increasingl ..."
Abstract - Cited by 189 (50 self) - Add to MetaCart
Satisfiability Modulo Theories (SMT) is the problem of deciding the satisfiability of a first-order formula with respect to some decidable first-order theory T (SMT (T)). These problems are typically not handled adequately by standard automated theorem provers. SMT is being recognized as increasingly important due to its applications in many domains in different communities, in particular in formal verification. An amount of papers with novel and very efficient techniques for SMT has been published in the last years, and some very efficient SMT tools are now available. Typical SMT (T) problems require testing the satisfiability of formulas which are Boolean combinations of atomic propositions and atomic expressions in T, so that heavy Boolean reasoning must be efficiently combined with expressive theory-specific reasoning. The dominating approach to SMT (T), called lazy approach, is based on the integration of a SAT solver and of a decision procedure able to handle sets of atomic constraints in T (T-solver), handling respectively the Boolean and the theory-specific components of reasoning. Unfortunately, neither the problem of building an efficient SMT solver, nor even that
(Show Context)

Citation Context

...ecent work has focused on identifying fragments of first-order logic modulo theories for which is it possible to produce complete, and in some cases also terminating, quantifier-instantiation methods =-=[73, 87, 147]-=-. Some of this work [87] is based on a general model-based quantifier instantiation approach where the SMT solver maintains at all times (a finite representation of) a candidate model, a T - 16 A term...

Efficiently Solving Quantified Bit-Vector Formulas

by Christoph M. Wintersteiger, Youssef Hamadi, Leonardo De Moura
"... Abstract—In recent years, bit-precise reasoning has gained importance in hardware and software verification. Of renewed interest is the use of symbolic reasoning for synthesising loop invariants, ranking functions, or whole program fragments and hardware circuits. Solvers for the quantifier-free fra ..."
Abstract - Cited by 25 (8 self) - Add to MetaCart
Abstract—In recent years, bit-precise reasoning has gained importance in hardware and software verification. Of renewed interest is the use of symbolic reasoning for synthesising loop invariants, ranking functions, or whole program fragments and hardware circuits. Solvers for the quantifier-free fragment of bit-vector logic exist and often rely on SAT solvers for efficiency. However, many techniques require quantifiers in bit-vector formulas to avoid an exponential blow-up during construction. Solvers for quantified formulas usually flatten the input to obtain a quantified Boolean formula, losing much of the word-level information in the formula. We present a new approach based on a set of effective word-level simplifications that are traditionally employed in automated theorem proving, heuristic quantifier instantiation methods used in SMT solvers, and model finding techniques based on skeletons/templates. Experimental results on two different types of benchmarks indicate that our method outperforms the traditional flattening approach by multiple orders of magnitude of runtime. I.
(Show Context)

Citation Context

...ould correspond to a very large function graph. When models are encoded in this fashion, it is straightforward to check whether a universally quantified formula ∀x. ϕ[x] is satisfied by a structure M =-=[13]-=-. Let ϕ M [x] be the formula obtained from ϕ[x] by replacing any term f(r) with M [f(r)], for every uninterpreted function symbol f. A structure M satisfies ∀x. ϕ[x] if and only if ¬ϕ M [s] is unsatis...

Hierarchic Superposition With Weak Abstraction

by Peter Baumgartner, Uwe Waldmann
"... Abstract. Many applications of automated deduction require reasoning in firstorder logic modulo background theories, in particular some form of integer arithmetic. A major unsolved research challenge is to design theorem provers that are “reasonably complete ” even in the presence of free function s ..."
Abstract - Cited by 13 (7 self) - Add to MetaCart
Abstract. Many applications of automated deduction require reasoning in firstorder logic modulo background theories, in particular some form of integer arithmetic. A major unsolved research challenge is to design theorem provers that are “reasonably complete ” even in the presence of free function symbols ranging into a background theory sort. The hierarchic superposition calculus of Bachmair, Ganzinger, and Waldmann already supports such symbols, but, as we demonstrate, not optimally. This paper aims to rectify the situation by introducing a novel form of clause abstraction, a core component in the hierarchic superposition calculus for transforming clauses into a form needed for internal operation. We argue for the benefits of the resulting calculus and provide a new completeness result for the fragment where all background-sorted terms are ground. 1

Finite model finding in SMT

by Andrew Reynolds, Cesare Tinelli, Amit Goel
"... Abstract. SMT solvers have been used successfully as reasoning engines for au-tomated verification. Current techniques for dealing with quantified formulas in SMT are generally incomplete, forcing SMT solvers to report “unknown ” when they fail to prove the unsatisfiability of a formula with quantif ..."
Abstract - Cited by 10 (5 self) - Add to MetaCart
Abstract. SMT solvers have been used successfully as reasoning engines for au-tomated verification. Current techniques for dealing with quantified formulas in SMT are generally incomplete, forcing SMT solvers to report “unknown ” when they fail to prove the unsatisfiability of a formula with quantifiers. This inability to return counter-models limits their usefulness in applications that produce quan-tified verification conditions. We present a novel finite model finding method that reduces these limitations in the case of quantifiers ranging over free sorts. Our method contrasts with previous approaches for finite model finding in first-order logic by not relying on the introduction of domain constants for the free sorts and by being fully integrated into the general architecture used by most SMT solvers. This integration is achieved through the addition of a novel solver for sort car-dinality constraints and a module for quantifier instantiation over finite domains. Initial experiments with verification conditions generated from a deductive ver-ification tool developed at Intel Corp. show that our approach compares quite favorably with the state of the art in SMT. 1
(Show Context)

Citation Context

...rrors in the artifact being verified or in the formulation of its intended properties. Current SMT solvers are able to produce models of satisfiable quantified formula only in fairly restricted cases =-=[8]-=-, which limits their scope and usefulness. We reduce these limitations with a novel method for model finding in SMT. By the undecidability of first-order logic there are no automated methods for findi...

Quantifier instantiation techniques for finite model finding in SMT

by Andrew Reynolds, Cesare Tinelli, Amit Goel, Morgan Deters, Clark Barrett - Proceedings of the 24th International Conference on Automated Deduction (Lake Placid, NY, USA), 2013, LNCS 7898
"... Abstract. SMT-based applications increasingly rely on SMT solvers being able to deal with quantified formulas. Current work shows that for formulas with quan-tifiers over uninterpreted sorts counter-models can be obtained by integrating a finite model finding capability into the architecture of a mo ..."
Abstract - Cited by 10 (7 self) - Add to MetaCart
Abstract. SMT-based applications increasingly rely on SMT solvers being able to deal with quantified formulas. Current work shows that for formulas with quan-tifiers over uninterpreted sorts counter-models can be obtained by integrating a finite model finding capability into the architecture of a modern SMT solver. We examine various strategies for on-demand quantifier instantiation in this setting. Here, completeness can be achieved by considering all ground instances over the finite domain of each quantifier. However, exhaustive instantiation quickly be-comes unfeasible with larger domain sizes. We propose instantiation strategies to identify and consider only a selection of ground instances that suffices to deter-mine the satisfiability of the input formula. We also examine heuristic quantifier instantiation techniques such as E-matching for the purpose of accelerating the search. We give experimental evidence that our approach is practical for use in industrial applications and is competitive with other approaches. 1
(Show Context)

Citation Context

...ations, however, it is very useful to know when such formulas are indeed satisfiable. Current SMT solvers are able to produce models of satisfiable quantified formulas only in fairly restricted cases =-=[8]-=-, which limits their scope and usefulness. To address this limitation, in previous work we have developed a general method for efficient finite model finding in SMT [13]. More precisely, since SMT sol...

Accurate invariant checking for programs manipulating lists and arrays with infinite data

by A. Bouajjani, C. Enea, M. Sighireanu , 2011
"... Abstract. We propose a logic-based framework for automated reasoning about sequential programs manipulating singly-linked lists and arrays with unbounded data. We introduce the logic SLAD, which allows combining shape constraints, written in a fragment of Separation Logic, with data and size constra ..."
Abstract - Cited by 8 (0 self) - Add to MetaCart
Abstract. We propose a logic-based framework for automated reasoning about sequential programs manipulating singly-linked lists and arrays with unbounded data. We introduce the logic SLAD, which allows combining shape constraints, written in a fragment of Separation Logic, with data and size constraints. We ad-dress the problem of checking the entailment between SLAD formulas, which is crucial in performing pre-post condition reasoning. Although this problem is un-decidable in general for SLAD, we propose a sound and powerful procedure that is able to solve this problem for a large class of formulas, beyond the capabilities of existing techniques and tools. We prove that this procedure is complete, i.e., it is actually a decision procedure for this problem, for an important fragment of SLAD including known decidable logics. We implemented this procedure and shown its preciseness and its efficiency on a significant benchmark of formulas. 1
(Show Context)

Citation Context

...n data expressed using the immediate successor relation between nodes in the lists. Sound Decision Procedures: Decision procedures which are sound but, in general, not complete, have been proposed in =-=[11,16,10,18]-=-. The work in [18] targets functional programs and it is not appropriate for imperative programs that mutate the heap. The framework in [16] considers recursive programs on trees and it defines a soun...

Finding conflicting instances of quantified formulas in SMT

by Andrew Reynolds, Cesare Tinelli, Leonardo De Moura - In Formal Methods in Computer-Aided Design (FMCAD
"... (SMT) solvers have been used successfully in a variety of applications including verification, automated theorem proving, and synthesis. While such solvers are highly adept at handling ground constraints in several decidable background theories, they primarily rely on heuristic quantifier instantiat ..."
Abstract - Cited by 8 (7 self) - Add to MetaCart
(SMT) solvers have been used successfully in a variety of applications including verification, automated theorem proving, and synthesis. While such solvers are highly adept at handling ground constraints in several decidable background theories, they primarily rely on heuristic quantifier instantiation methods such as E-matching to process quantified formulas. The success of these methods is often hindered by an overproduction of instantiations which makes ground level reasoning difficult. We introduce a new technique that alleviates this shortcoming by first discovering instantiations that are in conflict with the current state of the solver. The solver only resorts to traditional heuristic methods when such instantiations cannot be found, thus decreasing its dependence upon E-matching. Our experimental results show that our technique significantly reduces the number of instantiations required by an SMT solver to answer “unsatisfiable ” for several benchmark libraries, and consequently leads to improvements over state-of-the-art implementations. I.
(Show Context)

Citation Context

...the use of triggers, is described in [8]. Techniques also exist for answering “satisfiable” for quantified formulas in SMT, including reasoning in local theory extensions [11], complete instantiation =-=[10]-=- and finite model finding [16]. Formal Preliminaries We assume the usual notions from many-sorted first-order logic with equality (denoted by ≈). We fix a set S of sort symbols and for every S ∈ S an ...

Natural Proofs for Data Structure Manipulation in C using Separation Logic

by Edgar Pek, Xiaokang Qiu, P. Madhusudan
"... The natural proof technique for heap verification developed by Qiu et al. [32] provides a platform for powerful sound reasoning for specifications written in a dialect of separation logic called Dryad. Natural proofs are proof tactics that enable automated reasoning exploiting recursion, mimicking c ..."
Abstract - Cited by 7 (2 self) - Add to MetaCart
The natural proof technique for heap verification developed by Qiu et al. [32] provides a platform for powerful sound reasoning for specifications written in a dialect of separation logic called Dryad. Natural proofs are proof tactics that enable automated reasoning exploiting recursion, mimicking common patterns found in human proofs. However, these proofs are known to work only for a simple toy language [32]. In this work, we develop a framework called VCDRYAD that extends the VCC framework [9] to provide an automated deductive framework against separation logic specifications for C programs based on natural proofs. We develop several new techniques to build this framework, including (a) a novel tool architecture that allows encoding natural proofs at a higher level in order to use the existing VCC framework (including its intricate memory model, the underlying type-checker, and the SMT-based verification infrastructure), and (b) a synthesis of ghost-code annotations that captures natural proof tactics, in essence forcing VCC to find natural proofs using primarily decidable theories. We evaluate our tool extensively, on more than 150 programs, ranging from code manipulating standard data structures, wellknown open source library routines (Glib, OpenBSD), Linux kernel routines, customized OS data structures, etc. We show that all these C programs can be fully automatically verified using natural proofs (given pre/post conditions and loop invariants) without any user-provided proof tactics. VCDRYAD is perhaps the first deductive verification framework for heap-manipulating programs in a real language that can prove such a wide variety of programs automatically.
(Show Context)

Citation Context

...es verification conditions and passes them to an SMT solver. The SMT solvers are given formulas in undecidable theories but are aided by triggers using E-matching, modelquantifier instantiation, etc. =-=[17]-=-, and these tactics can be specified at the level of the C program itself using VCC. Consider an implementation of a function list find that finds a key in singly-linked, and returns 1 iff the key is ...

Complete Instantiation-Based Interpolation

by Nishant Totla, Thomas Wies
"... Craig interpolation has been a valuable tool for formal methods with interesting applications in program analysis and verification. Modern SMT solvers implement interpolation procedures for the theories that are most commonly used in these applications. However, many application-specific theories re ..."
Abstract - Cited by 6 (3 self) - Add to MetaCart
Craig interpolation has been a valuable tool for formal methods with interesting applications in program analysis and verification. Modern SMT solvers implement interpolation procedures for the theories that are most commonly used in these applications. However, many application-specific theories remain unsupported, which limits the class of problems to which interpolation-based techniques apply. In this paper, we present a generic framework to build new interpolation procedures via reduction to existing interpolation procedures. We consider the case where an application-specific theory can be formalized as an extension of a base theory with additional symbols and axioms. Our technique uses finite instantiation of the extension axioms to reduce an interpolation problem in the theory extension to one in the base theory. We identify a modeltheoretic criterion that allows us to detect the cases where our technique is complete. We discuss specific theories that are relevant in program verification and that satisfy this criterion. In particular, we obtain complete interpolation procedures for theories of arrays and linked lists. The latter is the first complete interpolation procedure for a theory that supports reasoning about complex shape properties of heap-allocated data structures. We have implemented this procedure in a prototype on top of existing SMT solvers and used it to automatically infer loop invariants of list-manipulating programs.
(Show Context)

Citation Context

...mplementation is the eager instantiation of extension axioms. We believe that the running times can be significantly improved by using more sophisticated model-driven instantiation approaches such as =-=[20, 29]-=-, which instantiate axioms incrementally. 8. Related Work Our notion of partial amalgamation is closely related to the (strong) amalgamation property [32], whose role in ground interpolation for disjo...

A small model theorem for rectangular hybrid automata networks

by Taylor T. Johnson, Sayan Mitra - In FORTE/FMOODS, H. Giese and , 2012
"... Abstract. Rectangular hybrid automata (RHA) are finite state ma-chines with additional skewed clocks that are useful for modeling real-time systems. This paper is concerned with the uniform verification of safety properties of networks with arbitrarily many interacting RHAs. Each automaton is equipp ..."
Abstract - Cited by 6 (3 self) - Add to MetaCart
Abstract. Rectangular hybrid automata (RHA) are finite state ma-chines with additional skewed clocks that are useful for modeling real-time systems. This paper is concerned with the uniform verification of safety properties of networks with arbitrarily many interacting RHAs. Each automaton is equipped with a finite collection of pointers to other automata that enables it to read their state. This paper presents a small model result for such networks that reduces the verification problem for a system with arbitrarily many processes to a system with finitely many processes. The result is applied to verify and discover counterexamples of inductive invariant properties for distributed protocols like Fischer’s mutual exclusion algorithm and the Small Aircraft Transportation Sys-tem (SATS). We have implemented a prototype tool called Passel relying on the satisfiability modulo theories (SMT) solver Z3 to check inductive invariants automatically.
(Show Context)

Citation Context

... part relies on the strengths of state-of-the-art SMT solvers like Z3, which allow for quantified formulas and have quantifier elimination and instantiation procedures for real and integer arithmetic =-=[24,10]-=-. Related Work To the best of our knowledge, the automatic parameterized verification problem has not been addressed previously for RHA, but there are several works addressing parameterized verificati...

Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University