mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
parent
d77a2ed567
commit
28c827fb69
5 changed files with 52 additions and 16 deletions
|
@ -659,6 +659,7 @@ rational theory_arith<Ext>::get_value(theory_var v, bool & computed_epsilon) {
|
|||
inf_numeral const & val = get_value(v);
|
||||
if (!val.get_infinitesimal().is_zero() && !computed_epsilon) {
|
||||
compute_epsilon();
|
||||
refine_epsilon();
|
||||
computed_epsilon = true;
|
||||
m_model_depends_on_computed_epsilon = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue