mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
parent
799fd07c85
commit
992fff8ba8
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue