mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 09:31:14 +00:00
Add m_lemmas member to theory_finite_set class
This commit is contained in:
parent
d7035a25e7
commit
8ec04d2b81
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ namespace smt {
|
||||||
finite_set_util u;
|
finite_set_util u;
|
||||||
finite_set_axioms m_axioms;
|
finite_set_axioms m_axioms;
|
||||||
obj_hashtable<enode> m_elements; // set of all 'x' where there is an 'x in S' atom
|
obj_hashtable<enode> m_elements; // set of all 'x' where there is an 'x in S' atom
|
||||||
|
vector<expr_ref_vector> m_lemmas;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// Override relevant methods from smt::theory
|
// Override relevant methods from smt::theory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue