I have an optimization problem that its objective has a multiplication of three 0-1 decision variables. I don't want to introduce a new variables that equal their multiplication and add the needed constraints as the number of variables will increase to reach 1.5 Million.
Any recommendations?