mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
fix #6984
This commit is contained in:
parent
3c2e97ddb6
commit
4406011881
|
@ -551,6 +551,7 @@ namespace qe {
|
||||||
|
|
||||||
void init() {
|
void init() {
|
||||||
m_solver = mk_smt2_solver(m, m_params, symbol::null);
|
m_solver = mk_smt2_solver(m, m_params, symbol::null);
|
||||||
|
m_last_assert = nullptr;
|
||||||
}
|
}
|
||||||
void collect_statistics(statistics & st) const {
|
void collect_statistics(statistics & st) const {
|
||||||
if (m_solver)
|
if (m_solver)
|
||||||
|
|
Loading…
Reference in a new issue