mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
disable order and tangent lemmas on reals
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
81b3c440ce
commit
16478b415b
6 changed files with 31 additions and 25 deletions
|
@ -41,6 +41,8 @@ void order::order_lemma_on_monic(const monic& m) {
|
|||
TRACE("nla_solver_details",
|
||||
tout << "m = " << pp_mon(c(), m););
|
||||
|
||||
if (c().has_real(m))
|
||||
return;
|
||||
for (auto ac : factorization_factory_imp(m, _())) {
|
||||
if (ac.size() != 2)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue