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:
parent
46319156b8
commit
5caa7f1a29
9 changed files with 156 additions and 105 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue