3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-06 07:15:47 +00:00

Lemma names

This commit is contained in:
Jakob Rath 2022-11-28 19:13:38 +01:00
parent 0c44391b9e
commit 4aa04fa475
6 changed files with 16 additions and 19 deletions

View file

@ -81,7 +81,7 @@ namespace polysat {
SASSERT(c.bvalue(s) != l_true);
m_lemma.insert(c);
core.add_lemma(m_lemma.build()); // TODO: log with name m_rule
core.add_lemma(m_rule, m_lemma.build());
return true;
}