mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
add ref for regression
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aa5b4b8c77
commit
61eb8d1908
|
@ -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…
Reference in a new issue