rasat smt for polynomial inequality
play

raSAT: SMT for Polynomial Inequality To Van Khanh (UET/VNU-HN) Vu - PowerPoint PPT Presentation

raSAT: SMT for Polynomial Inequality To Van Khanh (UET/VNU-HN) Vu Xuan Tung, Mizuhito Ogawa (JAIST) 2014.7.18 Polynomial constraints (QF_NRA) Polynomial constraints (with integer coefficients) consist of Polynomial equality/inequality


  1. raSAT: SMT for Polynomial Inequality To Van Khanh (UET/VNU-HN) Vu Xuan Tung, Mizuhito Ogawa (JAIST) 2014.7.18

  2. Polynomial constraints (QF_NRA) • Polynomial constraints (with integer coefficients) consist of � Polynomial equality/inequality f j > 0, f i ≧ 0, f i = 0 � Bounding inputs x i ∈ [l i , h i ] ≧ ∃ x 1 ∈ [l 1 ,h 1 ] … x n ∈ [l n ,h n ] . ∧ j f j ~ 0 ( ~ = > , ≧ , = ) � SAT if bounded quantification � SAT if bounded quantification ∃ ∈ ∈ ∧ ≧ holds over real numbers; UNSAT otherwise. • Motivated by � Roundoff error analysis [Do Ogawa, 2009]

  3. Polynomial constraints example ∃ x y. f(x,y) < 0 ∧ g(x,y) < 0 ? f(x,y) = y 2 – (x 2 – 1)y + 1 where g(x,y) = x 2 + y 2 – 4 y y ( , 1) 3 3 f(1.8,0.9)= -0.566 2 g(1.8,0.9)= -0.45 x -2 2 ( , ) 2 − 1 1 + 2 2 -2

  4. raSAT for polynomial (strict) inequality � ∃ x 1 ∈ (l 1 ,h 1 ) … x n ∈ (l n ,h n ) . ∧ j f j > 0 • Polynomial inequality (with bounded quantification) • Strict inequality allows � approximation � open intervals only � open intervals only � SAT instances in rational numbers (if exists) • raSAT web site (participated QF_NRA in SMTcomp) http://www.jaist.ac.jp/~mizuhito/tools/rasat.html � Current raSAT support ad-hoc equality (e.g., equality with integers)

  5. By raSAT (previous example) ������������������ ����������������������� ����������������������� ���������������� ������������� �������������������� ��� ������������� ��������������������!��� ��� ������������� ��������������������!��� ��� ��"��#����� x=0.687783209694 y=1.875

  6. Approximation methodology • Over-approximation (O.T) SAT f ( x 1 ,…,x n ) > 0 0 x 1 ∈ I 1 … x n ∈ I n . ∧ j f j > 0 O.T-valid O.T O.T-UNSAT 0 O.T-SAT 0 unknown UNSAT � Instance: Interval Arithmetic (IA) SAT • Under-approximation (U.T) 0 x 1 ∈ I 1 … x n ∈ I n . ∧ j f j > 0 U.T-SAT U.T 0 U.T-UNSAT � Instance: testing (to accelerate SAT) unknown

  7. raSAT loop • Our idea : Instead of exact theory (QE-CAD), apply over/under approximations + refinement • Refinement by box decomposition. Over-approximation Interval Arithmetic (IA) Under-approximation Testing Refinement (Decomposition) x ∈ (l,h) ⇒ x ∈ (l,m) ∨ x ∈ (m,h)

  8. Box decomposition (starting from 1 large box) f ( x 1 ,…,x n ) > 0 0 0 0 Testing 0 accelerates 0

  9. Soundness / (relative) completeness of raSAT • Th . Let ∃ x 1 ∈ (l 1 ,h 1 ) … x n ∈ (l n ,h n ) . ∧ j f j > 0 P I 1 ,I 2 ,…,I n Let D j = { (x 1 , …, x n ) | f j (x 1 , …, x n ) > 0 } � Soundness : If raSAT checks SAT (resp. UNSAT), it is really SAT (resp. UNSAT) � � Completeness : Assume fair box decomposition –If SAT, raSAT eventually finds SAT-instance in � . –If closure(D i ) ∩ closure(D j ) = φ (i ≠ j) and closure( I i ) is compact, raSAT eventually detects UNSAT. • Alternative : δ -equality (x=0 ⇒ - δ <x< δ ) in dReal.

  10. Completeness ideas SAT UNSAT Failure to detect UNSAT Toughing case Converging case ⇒ Groebner basis (unbounded intervals)

  11. raSAT implementation design raSAT implementation design

  12. Interval arithmetic design • Affine interval (AI) [Stolfi 1997] � Use noise symbols ε , interpreted as ε ∈ (-1,1). � Precision incomparable between CI and AI. � AI fails for open-ended boxes; ( ∞ + ∞ε ) as (0, ∞ ) Classical interval Affine interval (AI) (2) (CI) (1) (CI) (1) Def ε n ε x = [ lo , hi ] x x x ... x = + + + 0 1 1 n ∈ (-1,1) ε i [1,3] - [1,3] = [-2,2] (2 + ε 1 ) - (2 + ε 1 ) = 0 �� �� x 0 -x 2 -x 1 x 1 x 2 [1,3] × [1,3] = [1,9] (2 + ε 1 ) × (2 + ε 1 ) = 4 + 4 ε 1 + ε 1 ε 1 Arithmetic x × × × × x) (e.g., x – x, ε 2

  13. raSAT implementation design 1. Starts with a bounded box, e.g., (0, ∞ ) ⇒ (0,10), • raSAT procedure and compute with AI. 2. If SAT, confirm it with an error bound guaranteed floating point library iRRAM (SAT confirmation) 3. If UNSAT, check the whole box with CI. 3. If UNSAT, check the whole box with CI. • Not implemented � Equality handling (intermediate value theorem, Groebner basis) ⇒ Adhoc equality with intergers. � UNSAT confirmation (related to UNSAT core)

  14. Explosion by box decomposition • If n -variables are decomposed � 2 n boxes to explore! • Priority on variables. 1. Choice of atomic polynomial 1. Choice of atomic polynomial inequality (API) ⇒ ⇒ Dependency among unsatisfied APIs. “x” is the most sensible 2. Choice of variables in an API ⇒ Sensitivity, e.g. x 3 – 2xy for x = 1+ ε 1 , y = 2 + ε 2

  15. Greater-than-equal, equality handling • Greater-than-equal ≧ � Strict-SAT: f > δ instead of f ≧ 0, for some δ > 0. � UNSAT: f > - δ instead of f ≧ 0 • Equality = • Equality = � Intermediate value theorem –Currently, only for single equality ∃ x 1 ∈ (l 1 ,h 1 ) x 2 ∈ (l 2 ,h 2 ) . ∧ j f j > 0 ∧ g = 0 ) � Groebner basis –Future work

  16. Preliminary experiments on SMTlib • Mostly focus on Zankl family (166 benchmarks) � Currently around 50 (depending on tuning), where – 89 by Z3 4.3, 50 by Mathematica, 46 by miniSMT. � Remarkable SAT examples (other tools fail) – matrix-2-all-8 (17vars, 25APIs, 56 max |API| ) – matrix-5-all-7 (267vars, 384APIs, 822 max |API|) – matrix-5-all-7 (267vars, 384APIs, 822 max |API|) � Other benchmarks often contains ≧ , =. ≧ • Stronger than Z3 4.3 � When the maximal degree of an API > 15 � When the number of variables in an API > 15 � When the maximal length of an API > 50 Z3 4.3 has good strategy to choose a subset of APIs.

  17. Related interval arithmetic-based tools • iSAT3 � Classival interval � No under approximation (testing) –SAT by IA-valid only • dReal � Sharing approximation idea � Only with interval arithmetic � δ -SAT does not imply SAT (aim different)

  18. Conclusion and future works • raSAT for QF_NRA is presented. � With single methodology: raSAT loop � Experiments are preliminary, some remarkable examples � Participated SMTcomp 2014 (4 th among 4) • ToDo � Implementation revision (to accept disjunctive polynomial constraints), strategy tuning � UNSAT core improvement � Equality handling (Int. value Th., Groebner basis) � Mixed integers.

  19. Thank you!

  20. Benchmark example: zankl/matrix-2-all-8 17 variables 25 polynomials 56 = Max length SAT in 7.612sec SAT in 7.612sec ( raSAT )

  21. Completeness proof ideas SAT UNSAT • SAT: if f 1 >0 and f 2 >0 have intersection, there must be • UNSAT: if f 1 ≧ 0 and f 2 ≧ 0 are UNSAT and closure s of a neighborhood of an internal point. intervals are compact, we have lower bound of distance δ >0 between D 1 and D 2 . � By induction on the number of refinement steps.

  22. Where UNSAT limitation comes • Boundary conditions (kissing situation) � x 2 +y 2 < 2 2 ∧ (x-4) 2 +(y-3) 2 < 3 2 ⇒ two closures intersect at (1.6,1.2) • Convergence • Convergence � y > x + 1/x ∧ y < x ∧ x > 0 ∧ ∧ ⇒ ⇒ x needs an upper bound.

  23. Chebyshev affine interval (Khanh-Ogawa 12) • Focusing on precision of mulatiplications of the same noise symbol by linear approximations. | ε | - ¼ ≦ ε 2 < | ε | ε - ¼ ≦ ε ・ | ε | ≦ ε + ¼

  24. Equality (=) handling by intermediate value th. • Idea: Let ∃ x 1 ∈ (l 1 ,h 1 ) x 2 ∈ (l 2 ,h 2 ) . ∧ j f j > 0 ∧ g = 0 � Assume that x 1 ∈ (a 1 ,b 1 ) x 2 ∈ (a 2 ,b 2 ) . ∧ j f j > 0 is IA- � We found two points in (a 1 ,b 1 ) × (a 2 ,b 2 ) such that valid. g<0 and g>0. g<0 and g>0. g=0 b 2 • We see there are g=0. (SAT) (By intermediate value theorem) g>0 � UNSAT by – δ < g < δ a 2 instead of g = 0 a 1 b 1 g<0

  25. Equality handling : Multiple equality (idea) • For ∃ x 1 ∈ (l 1 ,h 1 ) x 2 ∈ (l 2 ,h 2 ) .( ∧ j f j > 0) ∧ g 1 =0 ∧ g 2 =0, assume that � c 1 ,d 1 with g 1 <0 on {c 1 } × (a 2 ,b 2 ), g 1 >0 on {c 2 } × (a 2 ,b 2 ) � x 1 ∈ (a 1 ,b 1 ) x 2 ∈ (a 2 ,b 2 ) . ∧ j f j > 0 is IA-valid. ∈ ∈ ∧ � c 2 ,d 2 with g 2 <0 on (a 1 ,b 1 ) × {d 1 }, g 2 >0 on (a 1 ,b 1 ) × {d 2 } � g 1 =0 g 1 >0 g 1 <0 c 1 d 1 • Then, we see there are g 1 =g 2 =0. b 2 d 2 g 2 > Requires 0 c 2 “|Vars| ≧ |equations|” a 2 a 1 b 1 g 2 = g 2 < 0 0

  26. Groebner basis (Buchberger 65) • Groebner basis is for computing quotient of ideals. � Starting from given basis of ideals (with WFO on monomials). � Completion for polynomials (in which variables are not substituted and completion always succeed). • E.g., � [z,w]/(z 2 – 3, zw 2 + 2w – 3z) with w > z . → Regard them z 2 → 3, zw 2 → – 2w + 3z → Critical pair (3w 2 , – 2zw + 3z 2 ) → New rule 3w 2 → – 2zw + 9, … → Finally, we obtain z 2 → 3, 3w 2 → – 2zw + 9 and � [z,w]/(z 2 – 3, 3w 2 + 2zw – 9).

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend