Disable minisat variable elimination when a parametric theory is present (#8487)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 31 Mar 2022 19:34:31 +0000 (14:34 -0500)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 19:34:31 +0000 (19:34 +0000)
commitfeb0643e8d02e6c26b2cf2a4325ac05542c47e73
treec6fc594ab1b155244c00b8c8dc8dce5299914d99
parent04d3abb9fe0ed0bc4f6fa5ff1976f91457c03a14
Disable minisat variable elimination when a parametric theory is present (#8487)

Fixes cvc5/cvc5-projects#506.

It seems there are extremely few cases where it is safe to use this option.
src/smt/set_defaults.cpp
test/regress/cli/CMakeLists.txt
test/regress/cli/regress0/arrays/proj-issue506-ms-var-elim.smt2 [new file with mode: 0644]