summaryrefslogtreecommitdiff
path: root/prolog/problems/license_plates
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-01-05 18:32:38 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-01-05 18:32:38 +0100
commitd6b6ab704d4552db052099fa2a7c9b7e9ff6a297 (patch)
tree61e4b6887101e7f53053b90fddc6616e5c5e8036 /prolog/problems/license_plates
parent7e3c3602f1c1619fc1666bc2a21179530a99f3f1 (diff)
Remove info about reusable solutions from Prolog groups
Required predicates (those that must be loaded when testing the program) are now determined by analyzing the tested program.
Diffstat (limited to 'prolog/problems/license_plates')
-rw-r--r--prolog/problems/license_plates/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/prolog/problems/license_plates/common.py b/prolog/problems/license_plates/common.py
index eab76a6..3d15487 100644
--- a/prolog/problems/license_plates/common.py
+++ b/prolog/problems/license_plates/common.py
@@ -1,4 +1,2 @@
id = 7
number = 6
-
-allowed_groups = ['license_plates', 'lists']