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