Originally posted by: SystemAdmin
if i change the constraints like:
x[1][3][1]+x[3][2][1]=2||
x[1][4][1]+x[4][2][1]=2||
x[1][3][2]+x[3][2][2]=2||
x[1][4][2]+x[4][2][2]=2||
.
.
.
how can i make these logical constraints in closed form?
#DecisionOptimization#OPLusingCPLEXOptimizer