mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
Lemma names
This commit is contained in:
parent
0c44391b9e
commit
4aa04fa475
6 changed files with 16 additions and 19 deletions
|
@ -107,7 +107,7 @@ namespace polysat {
|
|||
cb.insert(~c);
|
||||
cb.insert(~c_target);
|
||||
cb.insert(c_new);
|
||||
core.add_lemma(cb.build());
|
||||
core.add_lemma("variable elimination", cb.build());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue