-- Job: Distinguish two classes of images -- Two images are supplied at once, one of each class. -- Task is to find out if the two images are swapped or not. -- -- input variables: img1, img2, solution [to last pair] -- output: a function returning true or false (swapped or no) return function() return true end