3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-20 04:43:39 +00:00

set up theory of arithmetic correctly

closes #1
This commit is contained in:
Murphy Berzish 2015-09-10 18:43:14 -04:00
parent 799fd07c85
commit 992fff8ba8

View file

@ -517,7 +517,8 @@ bool cmd_context::logic_has_arith_core(symbol const & s) const {
s == "LRA" || s == "LRA" ||
s == "QF_FP" || s == "QF_FP" ||
s == "QF_FPBV" || s == "QF_FPBV" ||
s == "HORN"; s == "HORN" ||
s == "QF_S";
} }
bool cmd_context::logic_has_arith() const { bool cmd_context::logic_has_arith() const {