This error occurs whenever I run the following program with n=10 (entered through the pop-up window in the IDE)
int: n;
array [1..n] of var 0..9: x;
constraint sum(x) = product(x);
solve satisfy;
Smaller values of n are fine, but larger values (>=10) also generate the same error. I can't make sense why the value of n would matter here.
I'm using Minizinc 2.2.1