Hi everyone,
I am trying to use the Array.indexOf() command to check if an array (P) is an element of another array (P_all). When I test this the method always returns -1, even if I have explicitly added P to P_all before. Am I doing something wrong?