mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +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::upper_bound:
|
||||
k = 4;
|
||||
break;
|
||||
case lp::column_type::free_column:
|
||||
k = 6;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue