mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
merge while skyping
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8da84ec69e
commit
d5081a48b0
4 changed files with 73 additions and 17 deletions
|
@ -3438,7 +3438,6 @@ namespace smt {
|
|||
th->init_search_eh();
|
||||
}
|
||||
m_qmanager->init_search_eh();
|
||||
m_assumption_core.reset();
|
||||
m_incomplete_theories.reset();
|
||||
m_num_conflicts = 0;
|
||||
m_num_conflicts_since_restart = 0;
|
||||
|
|
|
@ -894,7 +894,6 @@ namespace smt {
|
|||
failure m_last_search_failure;
|
||||
ptr_vector<theory> m_incomplete_theories; //!< theories that failed to produce a model
|
||||
bool m_searching;
|
||||
ptr_vector<expr> m_assumption_core;
|
||||
unsigned m_num_conflicts;
|
||||
unsigned m_num_conflicts_since_restart;
|
||||
unsigned m_num_conflicts_since_lemma_gc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue