From e6b58b318b56dd927177797218e6ae2bedb1d7be Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 23 Feb 2026 12:56:28 +1300 Subject: [PATCH] [docs] add MathOptInterface.jl to the list of packages --- docs/src/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/index.md b/docs/src/index.md index 851d709..65349d6 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -153,6 +153,7 @@ Among them are: * [`GPUArrays.jl`](https://github.com/JuliaGPU/GPUArrays.jl/blob/master/test/runtests.jl) * [`GPUCompiler.jl`](https://github.com/JuliaGPU/GPUCompiler.jl/blob/master/test/runtests.jl) * [`HyperHessians.jl`](https://github.com/KristofferC/HyperHessians.jl/blob/master/test/runtests.jl) +* [`MathOptInterface.jl`](https://github.com/jump-dev/MathOptInterface.jl/blob/master/test/runtests.jl) * [`Metal.jl`](https://github.com/JuliaGPU/Metal.jl/blob/main/test/runtests.jl) * [`Reactant.jl`](https://github.com/EnzymeAD/Reactant.jl/blob/main/test/runtests.jl) * [`WCS.jl`](https://github.com/JuliaAstro/WCS.jl/blob/master/test/runtests.jl)