mirror of
https://github.com/Z3Prover/z3
synced 2025-10-28 10:19:23 +00:00
parent
bfca26b972
commit
3499fa7f0b
2 changed files with 4 additions and 3 deletions
|
|
@ -104,8 +104,8 @@ struct goal2nlsat::imp {
|
|||
ps.push_back(fs[i]);
|
||||
is_even.push_back(fs.get_degree(i) % 2 == 0);
|
||||
}
|
||||
if (m_qm.is_neg(fs.get_constant()))
|
||||
k = flip(k);
|
||||
if (m_qm.is_neg(fs.get_constant()))
|
||||
k = flip(k);
|
||||
return m_solver.mk_ineq_atom(k, ps.size(), ps.c_ptr(), is_even.c_ptr());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue