Skip to content

Commit 20db26f

Browse files
authored
Fix link to CPLEX's CPXMIP_OPTIMAL_INFEAS (#2545)
1 parent 8950c80 commit 20db26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/manual/solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Mixed-integer programming solvers fall into this category.
110110
| `CPXMIP_OPTIMAL_INFEAS` | `ALMOST_OPTIMAL` | 1 | `INFEASIBLE_POINT` | `NO_SOLUTION` |
111111

112112
!!! 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)
113+
[`CPXMIP_OPTIMAL_INFEAS`](https://www.ibm.com/docs/en/icos/22.1.1?topic=api-cpxmip-optimal-infeas)
114114
is a CPLEX status that indicates that a preprocessed problem was solved to
115115
optimality, but the solver was unable to recover a feasible solution to the
116116
original problem. Handling this status was one of the motivating drivers

0 commit comments

Comments
 (0)