File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2626# return name
2727# end
2828# return "$(ref.index)"
29- # end
29+ # end
Original file line number Diff line number Diff line change @@ -701,12 +701,20 @@ function _get_constraint_matrix_data(
701701 return
702702end
703703
704- function _get_constraint_matrix_data (data, ref:: MOI.ConstraintIndex , func:: MOI.VariableIndex )
704+ function _get_constraint_matrix_data (
705+ data,
706+ ref:: MOI.ConstraintIndex ,
707+ func:: MOI.VariableIndex ,
708+ )
705709 # push!(data.variables_in_constraints, func)
706710 return
707711end
708712
709- function _get_constraint_matrix_data (data, ref:: MOI.ConstraintIndex , func:: MOI.VectorOfVariables )
713+ function _get_constraint_matrix_data (
714+ data,
715+ ref:: MOI.ConstraintIndex ,
716+ func:: MOI.VectorOfVariables ,
717+ )
710718 if length (func. variables) == 1
711719 return
712720 end
You can’t perform that action at this time.
0 commit comments