3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 03:31:23 +00:00

throttle lemmas in nla_solver untested

This commit is contained in:
Lev Nachmanson 2025-06-25 17:27:53 -07:00 committed by Lev Nachmanson
parent 46319156b8
commit 5caa7f1a29
9 changed files with 156 additions and 105 deletions

View file

@ -1040,7 +1040,7 @@ rational core::val(const factorization& f) const {
return r;
}
lemma_builder::lemma_builder(core& c, char const* name):name(name), c(c) {
lemma_builder::lemma_builder(core& c, const char* name):name(name), c(c) {
c.m_lemmas.push_back(lemma());
}