We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88f67d commit 88d87f5Copy full SHA for 88d87f5
1 file changed
test/test_MathOptInterface.jl
@@ -290,7 +290,7 @@ function test_modification_multiple()
290
return
291
end
292
293
-function _test_moi_highs()
+function test_moi_highs()
294
model = MOI.Bridges.full_bridge_optimizer(
295
POI.Optimizer(HiGHS.Optimizer),
296
Float64,
@@ -308,7 +308,7 @@ function _test_moi_highs()
308
309
310
311
-function _test_moi_ipopt()
+function test_moi_ipopt()
312
model = MOI.Utilities.CachingOptimizer(
313
MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}()),
314
MOI.Bridges.full_bridge_optimizer(
0 commit comments