mirror of
https://github.com/Z3Prover/z3
synced 2026-01-01 00:39:52 +00:00
t
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
20938f569f
commit
8ed693a2bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1116,7 +1116,7 @@ namespace nlsat {
|
|||
for (auto p: m_todo.m_set)
|
||||
ps.push_back(p);
|
||||
|
||||
var x = m_todo.extract_max_polys(ps);
|
||||
m_todo.extract_max_polys(ps);
|
||||
// Remark: after vanishing coefficients are eliminated, ps may not contain max_x anymore
|
||||
|
||||
polynomial_ref_vector samples(m_pm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue