mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 16:55:47 +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
|
@ -166,6 +166,8 @@ public:
|
|||
}
|
||||
m_solver->pop(1);
|
||||
std::cout << "(verified-smt)\n";
|
||||
if (proof_hint)
|
||||
std::cout << "(missed-hint " << mk_pp(proof_hint, m) << ")\n";
|
||||
add_clause(clause);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue