File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,6 @@ function is_gdp_model(model::JuMP.Model)
49
49
return haskey (model. ext, :GDP )
50
50
end
51
51
52
- """
53
- disjunction_indicators(disjunction::DisjunctionRef)
54
-
55
- Return LogicalVariableRefs associated with a disjunction.
56
- """
57
- function disjunction_indicators (disjunction:: DisjunctionRef )
58
- model, idx = disjunction. model, disjunction. index
59
- return _disjunctions (model)[idx]. constraint. indicators
60
- end
61
-
62
52
# Create accessors for GDP data fields
63
53
_logical_variables (model:: JuMP.Model ) = gdp_data (model). logical_variables
64
54
_logical_constraints (model:: JuMP.Model ) = gdp_data (model). logical_constraints
81
71
function _set_solution_method (model:: JuMP.Model , method:: AbstractSolutionMethod )
82
72
gdp_data (model). solution_method = method
83
73
return
84
- end
74
+ end
You can’t perform that action at this time.
0 commit comments