3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 13:06:05 +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

@ -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());
}
}