mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
port grobner basis
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
490672a5ba
commit
cc5a12c5c7
9 changed files with 125 additions and 19 deletions
|
@ -30,7 +30,7 @@ std::ostream& tangents::print_tangent_domain(const point &a, const point &b, std
|
|||
return out << "(" << a << ", " << b << ")";
|
||||
}
|
||||
void tangents::tangent_lemma() {
|
||||
if (!c().m_settings.run_tangents()) {
|
||||
if (!c().m_nla_settings.run_tangents()) {
|
||||
TRACE("nla_solver", tout << "not generating tangent lemmas\n";);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue