mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fix #4973
This commit is contained in:
parent
2646e0a1c0
commit
f33d6f89b9
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue