I need to express a constraint for 2 integer Arrays of the same size
x_i = x_j => y_i = y_j
in other words, there is an integer function such
x = f(y)
Is there any solutions for it?
I need to express a constraint for 2 integer Arrays of the same size
x_i = x_j => y_i = y_j
in other words, there is an integer function such
x = f(y)
Is there any solutions for it?