From c99e573ba0ebe2a10b574ad8fc45e233227a0451 Mon Sep 17 00:00:00 2001 From: ZedongPeng Date: Thu, 22 Jan 2026 16:36:03 -0500 Subject: [PATCH] add Julia interface doc in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index daf779b..c38c3ec 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ The solver generates three text files in the specified . The f The `cupdlpx` Python package supports building and solving LPs directly with `NumPy` and `SciPy`. Documentation and examples are available in the [Python API Guide](python/README.md). +### Julia Interface +`CuPDLPx.jl` provides a `JuMP`/`MathOptInterface` wrapper for cuPDLPx, enabling cuPDLPx to be used as a solver backend for `JuMP` models. Documentation and examples are available at: [CuPDLPx.jl](https://github.com/MIT-Lu-Lab/CuPDLPx.jl). + ### C Interface The public C API is defined in header file [`include/cupdlpx.h`](include/cupdlpx.h). A detailed description with usage examples can be found in the [C API Guide](docs/C_API.md).