Skip to content

Commit

Permalink
fix #4624
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Aug 12, 2020
1 parent 11d5b50 commit 8439057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/math/lp/nla_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8439057

Please sign in to comment.