From 20db26f250a513f05d60d1752d82c356309ee808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 4 Sep 2024 13:12:45 +0200 Subject: [PATCH] Fix link to CPLEX's CPXMIP_OPTIMAL_INFEAS (#2545) --- docs/src/manual/solutions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/manual/solutions.md b/docs/src/manual/solutions.md index 868419ec52..24dc0ec1f6 100644 --- a/docs/src/manual/solutions.md +++ b/docs/src/manual/solutions.md @@ -110,7 +110,7 @@ Mixed-integer programming solvers fall into this category. | `CPXMIP_OPTIMAL_INFEAS` | `ALMOST_OPTIMAL` | 1 | `INFEASIBLE_POINT` | `NO_SOLUTION` | !!! info - [`CPXMIP_OPTIMAL_INFEAS`](https://www.ibm.com/docs/en/SSSA5P_12.6.1/ilog.odms.cplex.help/refcallablelibrary/macros/CPXMIP_OPTIMAL_INFEAS.html) + [`CPXMIP_OPTIMAL_INFEAS`](https://www.ibm.com/docs/en/icos/22.1.1?topic=api-cpxmip-optimal-infeas) is a CPLEX status that indicates that a preprocessed problem was solved to optimality, but the solver was unable to recover a feasible solution to the original problem. Handling this status was one of the motivating drivers