mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
Attempt bug fix
This commit is contained in:
parent
981e521b18
commit
7b82ec1bee
2 changed files with 41 additions and 43 deletions
|
@ -114,7 +114,6 @@ class lemma {
|
|||
app_ref_vector m_bindings;
|
||||
unsigned m_lvl;
|
||||
pob_ref m_pob;
|
||||
bool m_new_pob;
|
||||
|
||||
void mk_expr_core();
|
||||
void mk_cube_core();
|
||||
|
@ -134,8 +133,7 @@ public:
|
|||
pob_ref &get_pob() {return m_pob;}
|
||||
inline unsigned weakness();
|
||||
|
||||
void add_skolems(app_ref_vector &zks) {m_zks.append(zks);}
|
||||
void add_skolem(app *zk) {m_zks.push_back(zk);}
|
||||
void add_skolem(app *zk, app* b);
|
||||
|
||||
unsigned level () const {return m_lvl;}
|
||||
void set_level (unsigned lvl) {m_lvl = lvl;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue