mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
update format and checker for implied-eq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
249f0de80b
commit
f0184c3fde
8 changed files with 192 additions and 94 deletions
|
@ -465,6 +465,8 @@ namespace euf {
|
|||
|
||||
void solver::display_inferred(std::ostream& out, unsigned n, literal const* lits, expr* proof_hint) {
|
||||
expr_ref hint(proof_hint, m);
|
||||
if (!proof_hint)
|
||||
verbose_stream() << hint << "\n";
|
||||
if (!hint)
|
||||
hint = m.mk_const(m_smt, m.mk_proof_sort());
|
||||
visit_expr(out, hint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue