mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
cosmetic changes
This commit is contained in:
parent
3aac528aef
commit
1ba0f5aba9
2 changed files with 2 additions and 2 deletions
|
@ -447,7 +447,7 @@ namespace lp {
|
|||
|
||||
case column_type::lower_bound: {
|
||||
const auto& l = lcs.m_r_lower_bounds()[j];
|
||||
if (val != lcs.m_r_lower_bounds()[j]) {
|
||||
if (val != l) {
|
||||
set_value_for_nbasic_column(j, l);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue