mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +00:00
rebase
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
bc17b18ed0
commit
adf0d745c1
1 changed files with 2 additions and 3 deletions
|
@ -1170,7 +1170,6 @@ public:
|
||||||
|
|
||||||
if (!m_solver->is_term(vi))
|
if (!m_solver->is_term(vi))
|
||||||
return rational::zero();
|
return rational::zero();
|
||||||
|
|
||||||
m_todo_terms.push_back(std::make_pair(vi, rational::one()));
|
m_todo_terms.push_back(std::make_pair(vi, rational::one()));
|
||||||
rational result(0);
|
rational result(0);
|
||||||
while (!m_todo_terms.empty()) {
|
while (!m_todo_terms.empty()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue