Originally posted by: excalibur1491
Thanks for your prompt response again!
I am using Google OR-Tools, which is open source, and is a wrapper for some MIP solvers.
As far as I can tell, it does not support indicators, but actually, I think I found how to do it, in this link:
http://yetanothermathprogrammingconsultant.blogspot.com.au/2017/07/rectangles-no-overlap-constraints.html
I leave it here, in case someone wonders how to do it.
I think that solution is probably what you had in mind, as there is exactly one binary for each constraint; but in their case the sum of the binaries has to be at most 3, because the binaries mean "which constraint is not enforce" (so at least one is enforced).
Thanks again :)
#DecisionOptimization#MathematicalProgramming-General