From 6a65bc6c4fd28d305284973261eb2b6b75bd3491 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Tue, 8 Oct 2024 10:50:30 -0500 Subject: [PATCH] Add a section about interfaces --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.