My model status is integer infeasible. I used ConflictRefiner()
to check which constraints are mutually contradictory.
Then I use display_conflicts
to check which constraints are "at fault".
This is the output:
I found this weird since my ub is set to 15. I checked the code and everything looks good and I also inspected the model values and as you can see for variable 107, ub=15
.
I can't really understand why this would happen. Thank you in advance for your help!