mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
call nlsat
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
151397a067
commit
e32a6714a5
13 changed files with 86 additions and 68 deletions
|
@ -40,7 +40,6 @@ void order::order_lemma() {
|
|||
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, _())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue