File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,7 @@ function _elastic_filter(optimizer::Optimizer)
7373 MOI. DUAL_INFEASIBLE,
7474 MOI. ALMOST_DUAL_INFEASIBLE,
7575 )
76- # try with a pure relaxation objective
77- MOI. set (
78- model,
79- MOI. ObjectiveFunction {relaxed_obj_type} (),
80- pure_relaxed_obj_func,
81- )
82- changed_obj = true
83- MOI. optimize! (model)
76+ #
8477 end
8578 if status in
8679 (MOI. INFEASIBLE, MOI. ALMOST_INFEASIBLE, MOI. ALMOST_INFEASIBLE)
@@ -119,14 +112,6 @@ function _elastic_filter(optimizer::Optimizer)
119112 end
120113 end
121114
122- if changed_obj
123- MOI. set (
124- model,
125- MOI. ObjectiveFunction {relaxed_obj_type} (),
126- relaxed_obj_func,
127- )
128- end
129-
130115 # consider deleting all no iis constraints
131116 # be careful with intervals
132117
You can’t perform that action at this time.
0 commit comments