mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 13:23:39 +00:00
create scalars for fixed variables in rows for grobner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
279bcb733d
commit
c6e5d434b2
5 changed files with 48 additions and 18 deletions
|
@ -54,7 +54,7 @@ void grobner::check_eq(grobner_core::equation* target) {
|
|||
c().print_var(j, tout);
|
||||
}
|
||||
tout << "\ntarget->expr() val = " << get_nex_val(target->expr(), [this](unsigned j) { return c().val(j); }) << "\n";);
|
||||
m_reported++;
|
||||
c().lp_settings().stats().m_grobner_conflicts++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue