3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18:18 +00:00
This commit is contained in:
Nikolaj Bjorner 2023-11-14 07:40:32 -08:00
parent 3c2e97ddb6
commit 4406011881

View file

@ -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)