You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/hull.jl
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ function _disaggregate_variable(model::Model, lvref::LogicalVariableRef, vref::V
27
27
#get binary indicator variable
28
28
bvref =_indicator_to_binary(model)[lvref]
29
29
#temp storage
30
-
if!haskey(method.disjunction_variables, vref)
30
+
if!haskey(method.disjunction_variables, vref)#NOTE: not needed because _Hull disjunction_variables is initialized with all the variables in the disjunction
0 commit comments