Skip to content

Commit

Permalink
add ref for regression
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Oct 26, 2021
1 parent aa5b4b8 commit 61eb8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smt/smt_theory.h
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ namespace smt {
}

void log_axiom_unit(app* r) {
expr_ref _r(r, m);
log_axiom_instantiation(r);
m.trace_stream() << "[end-of-instance]\n";
}
Expand Down

0 comments on commit 61eb8d1

Please sign in to comment.