File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
docs/src/submodules/Utilities Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DocTestFilters = [r"MathOptInterface|MOI"]
1111The Utilities submodule provides a variety of functions and datastructures for
1212managing ` MOI.ModelLike ` objects.
1313
14- ## Utilities.Model
14+ ## [ Utilities.Model] ( @ id overview_utilities_model)
1515
1616[ ` Utilities.Model ` ] ( @ref ) provides an implementation of a [ ` ModelLike ` ] ( @ref )
1717that efficiently supports all functions and sets defined within MOI. However,
@@ -27,7 +27,7 @@ MOIU.Model{Float64}
2727└ NumberOfConstraints: 0
2828```
2929
30- ## Utilities.UniversalFallback
30+ ## [ Utilities.UniversalFallback] ( @ id overview_utilities_universal_fallback)
3131
3232[ ` Utilities.UniversalFallback ` ] ( @ref ) is a layer that sits on top of any
3333[ ` ModelLike ` ] ( @ref ) and provides non-specialized (slower) fallbacks for
@@ -51,7 +51,7 @@ MOIU.UniversalFallback{MOIU.Model{Float64}}
5151 constraints, even if the inner-model does not. This can lead to unexpected
5252 behavior.
5353
54- ## Utilities.@model
54+ ## [ Utilities.@model ] ( @ id overview_model_macro)
5555
5656For advanced use cases that need efficient support for functions and sets
5757defined outside of MOI (but still known at compile time), we provide the
Original file line number Diff line number Diff line change 66DocTestFilters = [r"MathOptInterface|MOI"]
77```
88
9- ## Utilities.Model
9+ ## [ Utilities.Model] ( @ id reference_utilities_model)
1010
1111``` @docs
1212Utilities.Model
1313```
1414
15- ## Utilities.UniversalFallback
15+ ## [ Utilities.UniversalFallback] ( @ id reference_utilities_universal_fallback)
1616
1717``` @docs
1818Utilities.UniversalFallback
1919```
2020
21- ## Utilities.@model
21+ ## [ Utilities.@model ] ( @ id reference_model_macro)
2222
2323``` @docs
2424Utilities.@model
You can’t perform that action at this time.
0 commit comments