summaryrefslogtreecommitdiff
path: root/prolog/problems/family_relations/sister_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/sister_2/common.py
parente307b6b4235d57a4033a3aaed910615755d84473 (diff)
Add plan for brother/father/mother/sister
Diffstat (limited to 'prolog/problems/family_relations/sister_2/common.py')
-rw-r--r--prolog/problems/family_relations/sister_2/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/prolog/problems/family_relations/sister_2/common.py b/prolog/problems/family_relations/sister_2/common.py
index a1375f2..1ae652a 100644
--- a/prolog/problems/family_relations/sister_2/common.py
+++ b/prolog/problems/family_relations/sister_2/common.py
@@ -22,7 +22,6 @@ sister(X, Y) :-
'''
hint_type = {
- 'general_hint': HintSequence('general_hint', 3),
'x_must_be_female': Hint('x_must_be_female'),
'common_parent_needed': Hint('common_parent_needed'),
'Y_can_be_of_any_gender': Hint('Y_can_be_of_any_gender'),