3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00

remove a warning

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-10-07 13:55:18 -07:00
parent 2c7c708848
commit fdae46fb60

View file

@ -261,7 +261,7 @@ namespace lp {
if (lra.settings().stats().m_dio_conflicts % lra.settings().dio_cut_from_proof_period() == 0) {
bool has_fresh = false;
for (const auto& p : ep.m_e)
if (has_fresh = is_fresh_var(p.j()))
if ((has_fresh = is_fresh_var(p.j())))
break;
if (!has_fresh) { // consider remove all fresh variables in a copy of m_e and report the conflict
// prepare int_solver for reporting