mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
add ref for regression
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aa5b4b8c77
commit
61eb8d1908
1 changed files with 1 additions and 0 deletions
|
@ -481,6 +481,7 @@ namespace smt {
|
||||||
}
|
}
|
||||||
|
|
||||||
void log_axiom_unit(app* r) {
|
void log_axiom_unit(app* r) {
|
||||||
|
expr_ref _r(r, m);
|
||||||
log_axiom_instantiation(r);
|
log_axiom_instantiation(r);
|
||||||
m.trace_stream() << "[end-of-instance]\n";
|
m.trace_stream() << "[end-of-instance]\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue