mirror of
https://github.com/Z3Prover/z3
synced 2025-12-07 20:42:25 +00:00
add_constraint API
This commit is contained in:
parent
3c7165780c
commit
65885f7eba
9 changed files with 40 additions and 27 deletions
|
|
@ -882,7 +882,7 @@ public:
|
|||
pob& get_root() const { return m_pob_queue.get_root(); }
|
||||
|
||||
expr_ref get_constraints (unsigned lvl);
|
||||
void add_constraints (unsigned lvl, const expr_ref& c);
|
||||
void add_constraint (unsigned lvl, const expr_ref& c);
|
||||
|
||||
void new_lemma_eh(pred_transformer &pt, lemma *lem);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue