3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-11 03:33:35 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-01-25 12:20:27 -08:00
parent 2646e0a1c0
commit f33d6f89b9

View file

@ -542,6 +542,8 @@ namespace smt {
if (st.m_has_real)
throw default_exception("Benchmark has real variables but it is marked as QF_UFLIA (uninterpreted functions and linear integer arithmetic).");
setup_QF_UFLIA();
if (st.m_has_bv)
setup_QF_BV();
}
void setup::setup_QF_UFLRA() {