mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 09:12:16 +00:00
parent
11d5b508be
commit
84390575e2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue