3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-01-27 22:39:02 -08:00
parent c271a42a2e
commit 8a229bf684
7 changed files with 43 additions and 24 deletions

View file

@ -415,7 +415,7 @@ namespace q {
instruction * m_root;
enode_vector m_candidates;
#ifdef Z3DEBUG
egraph * m_egraph;
egraph * m_egraph;
ptr_vector<app> m_patterns;
#endif
#ifdef _PROFILE_MAM
@ -3837,8 +3837,7 @@ namespace q {
#endif
unsigned min_gen = 0, max_gen = 0;
m_interpreter.get_min_max_top_generation(min_gen, max_gen);
UNREACHABLE();
// m_ematch.on_binding(qa, pat, bindings); // max_generation); // , min_gen, max_gen;
m_ematch.on_binding(qa, pat, bindings); // max_generation); // , min_gen, max_gen;
}