From d6b6ab704d4552db052099fa2a7c9b7e9ff6a297 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 5 Jan 2016 18:32:38 +0100 Subject: 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. --- prolog/problems/clp_fd/common.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'prolog/problems/clp_fd') 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'] -- cgit v1.2.1