Do not allow quantifiers over real variables in real to int pass. (#4049)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 12 Mar 2020 21:13:27 +0000 (16:13 -0500)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 21:13:27 +0000 (16:13 -0500)
commitdd84f87edba9b0cde271fe7000208c5f8f97b890
tree4cb6f0c00a45250fa575d13f49c502ec01026b89
parent920343a4a5586297dd98305b83785207025083b8
Do not allow quantifiers over real variables in real to int pass. (#4049)

With quantifiers over real variables, --solve-real-as-int is neither sound nor complete. Thus we should abort in this case.
src/preprocessing/passes/real_to_int.cpp
test/regress/CMakeLists.txt
test/regress/regress0/push-pop/issue3915-real-as-int.smt2 [deleted file]