mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
build fix
This commit is contained in:
parent
643dbb874b
commit
806016c315
|
@ -361,7 +361,7 @@ bool bvarray2uf_rewriter_cfg::reduce_quantifier(quantifier * old_q,
|
|||
return true;
|
||||
}
|
||||
|
||||
bool bvarray2uf_rewriter_cfg::bvarray2uf_rewriter_cfg::reduce_var(var * t, expr_ref & result, proof_ref & result_pr) {
|
||||
bool bvarray2uf_rewriter_cfg::reduce_var(var * t, expr_ref & result, proof_ref & result_pr) {
|
||||
if (t->get_idx() >= m_bindings.size())
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue