File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ function test_parse_header_assertion_errors()
161
161
return
162
162
end
163
163
164
- function test_parse_header_assertion_errors ()
164
+ function test_parse_header_common_expressions ()
165
165
model = NL. _CacheModel ()
166
166
err = ErrorException (
167
167
" Unable to parse NL file : we don't support common exprs" ,
Original file line number Diff line number Diff line change @@ -287,14 +287,6 @@ function MOI.empty!(model::AbstractConstrainedVariablesModel)
287
287
return
288
288
end
289
289
290
- function MOI. supports_constraint (
291
- :: OrderConstrainedVariablesModel ,
292
- :: Type{MOI.VectorOfVariables} ,
293
- :: Type{MOI.Nonnegatives} ,
294
- )
295
- return false
296
- end
297
-
298
290
function MOI. supports_add_constrained_variables (
299
291
:: OrderConstrainedVariablesModel ,
300
292
:: Type{MOI.Nonnegatives} ,
@@ -317,14 +309,6 @@ function MOI.supports_add_constrained_variables(
317
309
return false
318
310
end
319
311
320
- function MOI. supports_constraint (
321
- :: ReverseOrderConstrainedVariablesModel ,
322
- :: Type{MOI.VectorOfVariables} ,
323
- :: Type{MOI.Nonnegatives} ,
324
- )
325
- return true
326
- end
327
-
328
312
function MOI. supports_add_constrained_variables (
329
313
:: ReverseOrderConstrainedVariablesModel ,
330
314
:: Type{MOI.Nonnegatives} ,
You can’t perform that action at this time.
0 commit comments