From: Andrew Reynolds Date: Wed, 12 Aug 2020 06:41:45 +0000 (-0500) Subject: Fix unsupported option in regress1. (#4874) X-Git-Tag: cvc5-1.0.0~3021 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e39025474cb32a3b96ebc93afd8a761ca0ec9ef;p=cvc5.git Fix unsupported option in regress1. (#4874) Fixes regress1. --- diff --git a/test/regress/regress1/quantifiers/issue4021-ind-opts.smt2 b/test/regress/regress1/quantifiers/issue4021-ind-opts.smt2 index c9d4eb034..03bbd9469 100644 --- a/test/regress/regress1/quantifiers/issue4021-ind-opts.smt2 +++ b/test/regress/regress1/quantifiers/issue4021-ind-opts.smt2 @@ -2,7 +2,6 @@ (set-option :ag-miniscope-quant true) (set-option :conjecture-gen true) (set-option :int-wf-ind true) -(set-option :quant-model-ee true) (set-option :sygus-inference true) (set-option :uf-ho true) (set-info :status unsat)