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