3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2018-07-06 11:13:38 -07:00
parent adf0d745c1
commit 3c230727bb

View file

@ -1170,6 +1170,7 @@ public:
if(!m_solver->is_term(vi))
return rational::zero();
m_todo_terms.push_back(std::make_pair(vi, rational::one()));
rational result(0);
while (!m_todo_terms.empty()) {