summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-04-03 18:32:04 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-04-03 18:32:04 +0200
commitf25e7eac2db09f48e2e96b1c2e0da71ffe0fca3c (patch)
tree38aaa31b31465e2eec7fd62b00458be8138e997b
parent297645d77929880d79cb251f9535f37ae0a34d50 (diff)
Prolog: add bugs file for the is_subset problem
-rw-r--r--prolog/problems/sets/is_subset_2/bugs.json144
1 files changed, 144 insertions, 0 deletions
diff --git a/prolog/problems/sets/is_subset_2/bugs.json b/prolog/problems/sets/is_subset_2/bugs.json
new file mode 100644
index 0000000..8fd6f73
--- /dev/null
+++ b/prolog/problems/sets/is_subset_2/bugs.json
@@ -0,0 +1,144 @@
+{
+ "patterns": [
+ "(clause (head (compound (functor \"is_subset\") (args \"[]\"))))",
+ "(clause (head (compound (functor \"is_subset\") (args (args variable)))))",
+ "(clause (head (compound (functor \"is_subset\") (args \"[]\" (args variable)))))",
+ "(clause (head (compound (functor \"is_subset\") (args (list (t variable))))) (compound (functor \"is_subset\") (args variable)))",
+ "(clause (head (compound (functor \"is_subset\") (args (args variable)))) (compound (functor \"is_subset\") (args (args variable))))",
+ "(clause (head (compound (functor \"is_subset\") (args (list (h variable))))) (compound (functor \"memb\") (args variable)))",
+ "(clause (head (compound (functor \"is_subset\") (args (args variable)))) (compound (functor \"memb\") (args (args variable))))",
+ "(clause (head (compound (functor \"is_subset\") (args (args variable)))) (compound (functor \"is_superset\") (args variable)))",
+ "(clause (head (compound (functor \"is_subset\") (args variable))) (compound (functor \"is_superset\") (args (args variable))))",
+ "(clause (compound (functor \"memb\") (args (args variable))) (compound (functor \"is_subset\") (args (args variable))))",
+ "(clause (compound (functor \"is_subset\") (args (args variable))) (compound (functor \"memb\") (args (args variable))))",
+ "(clause (head (compound (functor \"is_subset\") (args (args \"[]\")))))",
+ "(clause (head (compound (functor \"is_subset\") (args (list (h variable))))))",
+ "(clause (head (compound (functor \"is_subset\") (args variable (args variable)))))",
+ "(clause (head (compound (functor \"is_subset\") (args \"[]\" (args \"[]\")))))",
+ "(clause (head (compound (functor \"is_subset\") (args (args (list (t variable)))))) (compound (functor \"is_subset\") (args (args variable))))",
+ "(clause (head (compound (functor \"is_subset\") (args variable))))",
+ "(clause (head (compound (functor \"is_subset\") (args variable))) (binop variable \"=\"))",
+ "(clause (head (compound (functor \"is_subset\") (args (list (t variable))))))",
+ "(clause (head (compound (functor \"is_subset\") (args variable))) (compound (functor \"intersect\") (args variable)))",
+ "(clause (head (compound (functor \"is_subset\") (args (args variable)))) (compound (functor \"intersect\") (args (args variable))))",
+ "(clause (compound (functor \"is_subset\") (args (args variable))))",
+ "(clause (head (compound (functor \"is_subset\") (args (args variable)))) (unop \\+ (compound (functor \"memb\") (args (args variable)))))",
+ "(clause (head (compound (functor \"is_subset\") (args (list (h variable))))) (compound (functor \"member\") (args variable)))",
+ "(clause (binop \"=\" (list (t variable))) (compound (functor \"is_subset\") (args variable)))",
+ "(clause (head (compound (functor \"is_subset\") (args (list (h variable)) (args (list (h variable)))))))",
+ "(clause (head (compound (functor \"is_subset\") (args (args variable)))) (compound (functor \"member\") (args (args variable))))",
+ "(clause (head (compound (functor \"subset\") (args (list (t variable))))) (compound (functor \"subset\") (args variable)))",
+ "(clause (head (compound (functor \"is_subset\") (args variable))) (binop \"=\" variable))",
+ "(clause (compound (functor \"member\") (args (args variable))) (compound (functor \"is_subset\") (args (args variable))))",
+ "(clause (head (compound (functor \"is_subset\") (args variable))) (compound (functor \"intersect\") (args (args (args variable)))))",
+ "(clause (compound (functor \"memb\") (args (args variable))))",
+ "(clause (head (compound (functor \"subset\") (args \"[]\"))))",
+ "(clause (compound (functor \"memb\") (args variable)))",
+ "(clause (head (compound (functor \"is_subset\") (args variable))) (compound (functor \"is_superset\") (args variable)))",
+ "(clause (compound (functor \"intersect\") (args variable (args (args variable)))))",
+ "(clause (head (compound (functor \"is_subset\") (args (args variable)))) (compound (functor \"is_superset\") (args (args variable))))",
+ "(clause (compound (functor \"intersect\") (args (args (args variable)))) (binop variable \"=\"))"
+ ],
+ "rules": [
+ {
+ "class": true,
+ "condition": [
+ "(clause (head (compound (functor \"is_subset\") (args variable))) (compound (functor \"is_superset\") (args (args variable))))"
+ ],
+ "distribution": [
+ 4,
+ 87
+ ],
+ "quality": 0.9353690906013448
+ },
+ {
+ "class": true,
+ "condition": [
+ "(clause (head (compound (functor \"is_subset\") (args (args variable)))) (compound (functor \"is_superset\") (args variable)))"
+ ],
+ "distribution": [
+ 5,
+ 88
+ ],
+ "quality": 0.9252174908144657
+ },
+ {
+ "class": true,
+ "condition": [
+ "(clause (compound (functor \"is_subset\") (args (args variable))) (compound (functor \"memb\") (args (args variable))))"
+ ],
+ "distribution": [
+ 0,
+ 17
+ ],
+ "quality": 0.9014337839122601
+ },
+ {
+ "class": false,
+ "condition": [
+ "(clause (head (compound (functor \"is_subset\") (args variable))))"
+ ],
+ "distribution": [
+ 9,
+ 0
+ ],
+ "quality": 0.7915259318308275
+ },
+ {
+ "class": false,
+ "condition": [
+ "(clause (head (compound (functor \"is_subset\") (args (list (h variable))))))",
+ "(clause (head (compound (functor \"is_subset\") (args \"[]\" (args \"[]\")))))"
+ ],
+ "distribution": [
+ 8,
+ 0
+ ],
+ "quality": 0.730651028509441
+ },
+ {
+ "class": false,
+ "condition": [
+ "(clause (head (compound (functor \"is_subset\") (args (list (h variable)) (args (list (h variable)))))))"
+ ],
+ "distribution": [
+ 6,
+ 0
+ ],
+ "quality": 0.7083403657710513
+ },
+ {
+ "class": false,
+ "condition": [
+ "(clause (compound (functor \"intersect\") (args (args (args variable)))) (binop variable \"=\"))"
+ ],
+ "distribution": [
+ 5,
+ 0
+ ],
+ "quality": 0.6591651249080313
+ },
+ {
+ "class": false,
+ "condition": [
+ "(clause (head (compound (functor \"is_subset\") (args variable))) (compound (functor \"is_superset\") (args variable)))"
+ ],
+ "distribution": [
+ 5,
+ 0
+ ],
+ "quality": 0.6591651249080313
+ },
+ {
+ "class": false,
+ "condition": [
+ "(clause (head (compound (functor \"is_subset\") (args variable))) (binop \"=\" variable))"
+ ],
+ "distribution": [
+ 5,
+ 0
+ ],
+ "quality": 0.6591651249080313
+ }
+ ]
+} \ No newline at end of file