From 7d1cadc96bac4fc20b0cab4218885a8697ac6619 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 4 Apr 2025 19:42:34 +1300 Subject: [PATCH 1/2] Update documentation link in README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 554cfe1..fb8584f 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,16 @@ CPLEX.jl has two components: - an interface to [MathOptInterface](https://github.com/jump-dev/MathOptInterface.jl) The C API can be accessed via `CPLEX.CPXxx` functions, where the names and -arguments are identical to the C API. See the [CPLEX documentation](https://www.ibm.com/support/knowledgecenter/SSSA5P_12.10.0/COS_KC_home.html) +arguments are identical to the C API. See the [CPLEX documentation](https://www.ibm.com/docs/en/icos/22.1.0?topic=apis-callable-library) for details. ## Affiliation This wrapper is maintained by the JuMP community and is not officially supported by IBM. However, we thank IBM for providing us with a CPLEX license to test -`CPLEX.jl` on GitHub. If you are a commercial customer interested in official -support for CPLEX in Julia, let them know. +`CPLEX.jl` on GitHub. + +If you are a commercial customer interested in official support for CPLEX in Julia,let them know. ## Getting help From 482597ff737bba41c8267befaf36549fa5863fac Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 4 Apr 2025 19:43:59 +1300 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb8584f..ffeaacf 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,8 @@ for details. This wrapper is maintained by the JuMP community and is not officially supported by IBM. However, we thank IBM for providing us with a CPLEX license to test -`CPLEX.jl` on GitHub. - -If you are a commercial customer interested in official support for CPLEX in Julia,let them know. +`CPLEX.jl` on GitHub. If you are a commercial customer interested in official +support for CPLEX in Julia, let them know. ## Getting help