mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 07:15:47 +00:00
Lemma names
This commit is contained in:
parent
0c44391b9e
commit
4aa04fa475
6 changed files with 16 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue