1 / 4

Combining Decision Procedures

Combining Decision Procedures. Individual DPs Software Engineering Aspects. Sergey Berezin Stanford University. 2*x+3*y<17. Integer. Real. x-y<17. Special Fragments. Linear Arithmetic. x@y[7:5] & 10010 = ~z. car(cons(x,y))=x. Recursive Datatypes. Bitvectors. x*y+z>=17.

alina
Download Presentation

Combining Decision Procedures

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Combining Decision Procedures Individual DPs Software Engineering Aspects Sergey Berezin Stanford University

  2. 2*x+3*y<17 Integer Real x-y<17 Special Fragments Linear Arithmetic x@y[7:5] & 10010 = ~z car(cons(x,y))=x Recursive Datatypes Bitvectors x*y+z>=17 Non-linear Arithmetic Decision Procedures Arrays a[i] = (b with [i] := 0)[j] 8x.9y.f Quantifiers Records, Tuples {f:=x, g:=y} = r Transitive Closure x!*y Uninterpreted Functions f(x,y) = g(z) Interpolants Widening

  3. SAT Core DP DP DP Simple Properties on API Concrete Counterexamples DP Completeness I can change my code, and so can you Hackability Integrating SAT SMT-LIB Input Language Clean restarts new/delete Combining Tools Software Engineering C/C++ lib User API Generic Architecture Rapid Prototying DPs as plug-ins (?) Soundness Open-source model (?) Theorem Object Efficiency

  4. DPs in Combination • Online (incremental) • Proof-producing (conflict analysis) • Complete w.r.t. combination • Backtracking (driven by SAT solver) • Efficient

More Related