mirror of
https://github.com/Z3Prover/z3
synced 2025-09-30 21:19:29 +00:00
update defaults for new grobner featuers
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d7718623a4
commit
866393a842
2 changed files with 6 additions and 9 deletions
|
@ -17,6 +17,7 @@ Author:
|
|||
#include "math/grobner/pdd_solver.h"
|
||||
#include "math/dd/pdd_interval.h"
|
||||
#include "math/dd/pdd_eval.h"
|
||||
|
||||
using namespace nla;
|
||||
|
||||
typedef lp::lar_term term;
|
||||
|
@ -1575,8 +1576,4 @@ void core::refine_pseudo_linear(monic const& m) {
|
|||
}
|
||||
SASSERT(nlvar != null_lpvar);
|
||||
lemma |= ineq(lp::lar_term(m.var(), rational(-prod), nlvar), llc::EQ, rational(0));
|
||||
// lemma.display(verbose_stream() << "pseudo-linear lemma\n");
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue