From e116c00719a7574064c09da4abb10b3297415c90 Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Wed, 22 Sep 2021 13:38:46 -0700 Subject: Remove CVC language support (#7219) This commit removes the support for the CVC language and converts all *.cvc regression tests to SMT-LIBv2. --- test/regress/regress0/arith/integers/arith-int-042.min.cvc.smt2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/regress/regress0/arith/integers/arith-int-042.min.cvc.smt2 (limited to 'test/regress/regress0/arith/integers/arith-int-042.min.cvc.smt2') diff --git a/test/regress/regress0/arith/integers/arith-int-042.min.cvc.smt2 b/test/regress/regress0/arith/integers/arith-int-042.min.cvc.smt2 new file mode 100644 index 000000000..62acf2e70 --- /dev/null +++ b/test/regress/regress0/arith/integers/arith-int-042.min.cvc.smt2 @@ -0,0 +1,6 @@ +; EXPECT: unsat +(set-logic ALL) +(set-option :incremental false) +(declare-fun x1 () Int) +(declare-fun x0 () Int) +(check-sat-assuming ( (= (+ (* x0 6) (* x1 32)) 1) )) -- cgit v1.2.3