Or-tools: How to use BoolVar/ Change bounds of exisitng IntVar
I wanted to expand the job shop problem for the CP-Sat Solver by adding optional tasks,that don’t have to be executed. But my problem is that I don’t really know how “remove” a task from the model if a BoolVar is true.