summaryrefslogtreecommitdiff
path: root/prolog/problems/family_relations/mother_2/common.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-18 16:40:02 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-18 16:40:02 +0200
commitb202e2d5007ca9a53b4ffac4cc2224d647119dbc (patch)
tree65d1182b5f0c5fc98f6f74ce0b6e5859aa7b6148 /prolog/problems/family_relations/mother_2/common.py
parente307b6b4235d57a4033a3aaed910615755d84473 (diff)
Add plan for brother/father/mother/sister
Diffstat (limited to 'prolog/problems/family_relations/mother_2/common.py')
-rw-r--r--prolog/problems/family_relations/mother_2/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/prolog/problems/family_relations/mother_2/common.py b/prolog/problems/family_relations/mother_2/common.py
index 3a7e196..4d198d4 100644
--- a/prolog/problems/family_relations/mother_2/common.py
+++ b/prolog/problems/family_relations/mother_2/common.py
@@ -20,7 +20,6 @@ mother(X, Y) :-
'''
hint_type = {
- 'general_hint': HintSequence('general_hint', 3),
'or_instead_of_and': Hint('or_instead_of_and'),
'x_must_be_female': Hint('x_must_be_female'),
'x_must_be_parent': Hint('x_must_be_parent'),