summaryrefslogtreecommitdiff
path: root/prolog/problems/other
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/other
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/other')
-rw-r--r--prolog/problems/other/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/prolog/problems/other/common.py b/prolog/problems/other/common.py
index 25978e7..50384ad 100644
--- a/prolog/problems/other/common.py
+++ b/prolog/problems/other/common.py
@@ -1,3 +1 @@
id = 4
-
-allowed_groups = ['lists']