From 30e5875e066e917b69d01189233aec26ce226cd6 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Fri, 6 Dec 2019 12:03:40 -0600 Subject: New algorithm for interpolation and abduction based on unsat cores (#3255) --- test/regress/regress1/sygus-abduct-test-user.smt2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/regress/regress1/sygus-abduct-test-user.smt2') diff --git a/test/regress/regress1/sygus-abduct-test-user.smt2 b/test/regress/regress1/sygus-abduct-test-user.smt2 index 4b7870c78..bb02ebce2 100644 --- a/test/regress/regress1/sygus-abduct-test-user.smt2 +++ b/test/regress/regress1/sygus-abduct-test-user.smt2 @@ -1,4 +1,5 @@ ; COMMAND-LINE: --produce-abducts +; COMMAND-LINE: --produce-abducts --sygus-core-connective ; SCRUBBER: grep -v -E '(\(define-fun)' ; EXIT: 0 (set-logic QF_UFLIRA) @@ -19,6 +20,8 @@ (get-abduct A (not (< x y)) ; the grammar for the abduct-to-synthesize +; notice it does not permit the sygus-core-connective algorithm; this regression +; tests that we ignore this option properly. ((Start Bool) (StartInt Int)) ( (Start Bool ((< StartInt StartInt))) -- cgit v1.2.3