mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
Add overload for conflict::add_lemma
This commit is contained in:
parent
6a03df9017
commit
4cdd3bf77d
2 changed files with 12 additions and 5 deletions
|
@ -202,6 +202,7 @@ namespace polysat {
|
|||
/** Add a side lemma to the conflict; to be learned in addition to the main lemma after conflict resolution finishes. */
|
||||
void add_lemma(std::initializer_list<signed_constraint> cs);
|
||||
void add_lemma(signed_constraint const* cs, size_t cs_len);
|
||||
void add_lemma(clause_ref lemma);
|
||||
|
||||
#if 0
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue