Где true - Prolog
Формулировка задачи:
В SWI-Prolog-Editor 4.26 загрузил родитель( боб, пат). ответа не получил, загрузил родитель( лиз, пат).
получил false. В SWI-Prolog version 7.2. все работает правильно, то есть на первый запрос выдает true.
Как сделать, что бы и в редакторе это было.
Welcome to SWI-Prolog (Multi-threaded, 32 bits, Version 7.2.3)
Copyright (c) 1990-2015 University of Amsterdam, VU Amsterdam
SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.
Please visit http://www.swi-prolog.org for details.
For help, use ?- help(Topic). or ?- apropos(Word).
1 ?- chdir('C:/Users/User/Desktop/').
true.
2 ?- set_prolog_flag(prompt_alternatives_on, groundness).
3 ?- consult('Семейное древо').
4 ?- родитель( боб, пат).
5 ?- родитель( лиз, пат).
false.
6 ?-
Решение задачи: «Где true»
textual
Листинг программы
Welcome to SWI-Prolog (Multi-threaded, 32 bits, Version 6.6.6) Copyright (c) 1990-2013 University of Amsterdam, VU Amsterdam SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Please visit [url]http://www.swi-prolog.org[/url] for details.
ИИ поможет Вам:
- решить любую задачу по программированию
- объяснить код
- расставить комментарии в коде
- и т.д