mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 11:22:04 +00:00
remove ref
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1f6815213d
commit
76c2fb5732
1 changed files with 1 additions and 1 deletions
|
@ -3005,7 +3005,7 @@ public:
|
||||||
else {
|
else {
|
||||||
++m_stats.m_assert_upper;
|
++m_stats.m_assert_upper;
|
||||||
}
|
}
|
||||||
inf_rational const& value = b.get_value(is_true);
|
inf_rational value = b.get_value(is_true);
|
||||||
if (propagate_eqs() && value.is_rational()) {
|
if (propagate_eqs() && value.is_rational()) {
|
||||||
propagate_eqs(b.tv(), ci, k, b, value.get_rational());
|
propagate_eqs(b.tv(), ci, k, b, value.get_rational());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue