mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
rebase
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
fd980952ea
commit
c518ddac6f
1 changed files with 3 additions and 2 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue