mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
70d2263a85
commit
f840d5d965
|
@ -1094,12 +1094,12 @@ namespace nlsat {
|
||||||
if (x < max_x)
|
if (x < max_x)
|
||||||
add_cell_lits(ps, x);
|
add_cell_lits(ps, x);
|
||||||
while (true) {
|
while (true) {
|
||||||
|
TRACE("nlsat_explain", tout << "project loop, processing var "; display_var(tout, x); tout << "\npolynomials\n";
|
||||||
|
display(tout, ps); tout << "\n";);
|
||||||
if (all_univ(ps, x) && m_todo.empty()) {
|
if (all_univ(ps, x) && m_todo.empty()) {
|
||||||
m_todo.reset();
|
m_todo.reset();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
TRACE("nlsat_explain", tout << "project loop, processing var "; display_var(tout, x); tout << "\npolynomials\n";
|
|
||||||
display(tout, ps); tout << "\n";);
|
|
||||||
add_lc(ps, x);
|
add_lc(ps, x);
|
||||||
psc_discriminant(ps, x);
|
psc_discriminant(ps, x);
|
||||||
psc_resultant(ps, x);
|
psc_resultant(ps, x);
|
||||||
|
|
Loading…
Reference in a new issue