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