mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 17:41:16 +00:00
Post merge compile fixes
This commit is contained in:
parent
649bab2f58
commit
3bc3b00fdd
12 changed files with 66 additions and 129 deletions
|
|
@ -914,7 +914,7 @@ public:
|
|||
pob& get_root() const { return m_pob_queue.get_root(); }
|
||||
|
||||
expr_ref get_constraints (unsigned lvl);
|
||||
void add_constraint (unsigned lvl, const expr_ref& c);
|
||||
void add_constraint (expr *c, unsigned lvl);
|
||||
|
||||
void new_lemma_eh(pred_transformer &pt, lemma *lem);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue