mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
turn lemma-id into an attribute on the cotext
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5e5f46f0f8
commit
e39107c682
4 changed files with 37 additions and 49 deletions
|
@ -51,6 +51,7 @@ namespace smt {
|
|||
m_relevancy_propagator(mk_relevancy_propagator(*this)),
|
||||
m_random(p.m_random_seed),
|
||||
m_flushing(false),
|
||||
m_lemma_id(0),
|
||||
m_progress_callback(nullptr),
|
||||
m_next_progress_sample(0),
|
||||
m_fingerprints(m, m_region),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue