mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
log E-matching based quantifier instantiations as hints
This commit is contained in:
parent
6077c4154a
commit
3011b34b3b
6 changed files with 45 additions and 2 deletions
|
@ -442,6 +442,9 @@ namespace bv {
|
|||
}
|
||||
ctx.get_drat().add(lits, status());
|
||||
// TBD, a proper way would be to delete the lemma after use.
|
||||
ctx.set_tmp_bool_var(leq1.var(), nullptr);
|
||||
ctx.set_tmp_bool_var(leq2.var(), nullptr);
|
||||
|
||||
}
|
||||
|
||||
void solver::asserted(literal l) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue