diff --git a/README.md b/README.md index 80d34aa..7ba6eab 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,11 @@ meson test -C builddir CUTEst can also be installed via the "make" build system based on [ARCHDefs](https://github.com/ralna/ARCHDefs). To use this variant, follow the instructions in the CUTEst [wiki](https://github.com/ralna/CUTEst/wiki). + +## Interfaces + +- [CUTEst.jl](https://github.com/JuliaSmoothOptimizers/CUTEst.jl) is the Julia interface of CUTEst. + +- [PyCUTEst](https://github.com/jfowkes/pycutest) is the Python interface of CUTEst. + +- [MatCUTEst](https://github.com/matcutest/matcutest) is the MATLAB interface of CUTEst.