mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
use quantifier
This commit is contained in:
parent
77cd82a5ca
commit
e5401a4303
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ static void verify_smt(char const* drat_file, char const* smt_file) {
|
|||
checker.parse_quantifier(sexpr, ctx, k, domain, names);
|
||||
q = m.mk_quantifier(k, domain.size(), domain.data(), names.data(), exprs.get(r.m_args[0]));
|
||||
exprs.reserve(r.m_node_id + 1);
|
||||
exprs.set(r.m_node_id, m.mk_true());
|
||||
exprs.set(r.m_node_id, q);
|
||||
break;
|
||||
}
|
||||
case dimacs::drat_record::tag_t::is_bool_def:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue