mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
parent
11d5b508be
commit
84390575e2
|
@ -1862,6 +1862,7 @@ unsigned core::get_var_weight(lpvar j) const {
|
||||||
case lp::column_type::lower_bound:
|
case lp::column_type::lower_bound:
|
||||||
case lp::column_type::upper_bound:
|
case lp::column_type::upper_bound:
|
||||||
k = 4;
|
k = 4;
|
||||||
|
break;
|
||||||
case lp::column_type::free_column:
|
case lp::column_type::free_column:
|
||||||
k = 6;
|
k = 6;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue