mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
parent
99784a92ef
commit
3dad24ace0
|
@ -2689,8 +2689,6 @@ namespace nlsat {
|
|||
u_map<literal> b2l;
|
||||
scoped_literal_vector lits(m_solver);
|
||||
svector<bool> even;
|
||||
polynomial::manager::scoped_numeral cnst(m_pm.m());
|
||||
m_pm.m().set(cnst, 1);
|
||||
unsigned num_atoms = m_atoms.size();
|
||||
for (unsigned j = 0; j < num_atoms; ++j) {
|
||||
atom* a = m_atoms[j];
|
||||
|
|
Loading…
Reference in a new issue