We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f924c commit 06a1fb6Copy full SHA for 06a1fb6
1 file changed
src/moi_wrapper.jl
@@ -48,7 +48,9 @@ function diff_optimizer(
48
caching_opt = if with_outer_cache
49
MOI.Utilities.CachingOptimizer(
50
MOI.Utilities.UniversalFallback(
51
- MOI.Utilities.Model{something(with_bridge_type, with_cache_type)}(),
+ MOI.Utilities.Model{
52
+ something(with_bridge_type, with_cache_type)
53
+ }(),
54
),
55
add_poi ? POI.Optimizer(optimizer) : optimizer,
56
)
0 commit comments