diff --git a/.distributions b/.distributions new file mode 100644 index 0000000..5f4912f Binary files /dev/null and b/.distributions differ diff --git a/copycat/problem.py b/copycat/problem.py index 5805eca..bf335e5 100644 --- a/copycat/problem.py +++ b/copycat/problem.py @@ -34,6 +34,10 @@ class Problem: print('-' * 120) def solve(self): + print('-' * 120) + print('Testing copycat problem: {} : {} :: {} : _'.format(self.initial, + self.modified, + self.target)) copycat = Copycat() answers = dict() if self.formulas == None: