I'm using the docplex.mp.model module to run a mixed-integer-programming problem when I ended up receiving an infeasible solution? Is there any way I could use the Feasopt in order to repair my model?
Asked
Active
Viewed 85 times
0
-
Welcome to Stack Overflow. Can you clarify what an "infeasible solution" is? – bad_coder Sep 02 '21 at 01:09
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Sep 02 '21 at 06:20
1 Answers
0
DOcplex has a Relaxer
class that is more general than feasopt.
See this example notebook for details about handling infeasible models:

Philippe Couronne
- 826
- 1
- 5
- 6