3
0
Fork 0
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:
Jakob Rath 2022-10-31 15:19:36 +01:00
parent 6a03df9017
commit 4cdd3bf77d
2 changed files with 12 additions and 5 deletions

View file

@ -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
/**