Skip to content

Commit

Permalink
Fix link to CPLEX's CPXMIP_OPTIMAL_INFEAS (#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 4, 2024
1 parent 8950c80 commit 20db26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20db26f

Please sign in to comment.