We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8950c80 commit 20db26fCopy full SHA for 20db26f
docs/src/manual/solutions.md
@@ -110,7 +110,7 @@ Mixed-integer programming solvers fall into this category.
110
| `CPXMIP_OPTIMAL_INFEAS` | `ALMOST_OPTIMAL` | 1 | `INFEASIBLE_POINT` | `NO_SOLUTION` |
111
112
!!! info
113
- [`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)
114
is a CPLEX status that indicates that a preprocessed problem was solved to
115
optimality, but the solver was unable to recover a feasible solution to the
116
original problem. Handling this status was one of the motivating drivers
0 commit comments