mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
fixes in interval explanations
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
2d5595eddc
commit
46b9273a79
3 changed files with 9 additions and 6 deletions
|
@ -56,6 +56,7 @@ public :
|
|||
{}
|
||||
|
||||
void analyze() {
|
||||
TRACE("lp_bound_prop", print_linear_combination_of_column_indices_only(m_row, tout); tout << " = " << m_rs << "\n";);
|
||||
for (const auto & c : m_row) {
|
||||
if ((m_column_of_l == -2) && (m_column_of_u == -2))
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue