mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 03:33:35 +00:00
fix #4973
This commit is contained in:
parent
2646e0a1c0
commit
f33d6f89b9
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue