3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 09:20:22 +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 committed by Lev
parent fd980952ea
commit c518ddac6f

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()) {