diff --git a/src/languages-and-algorithms-for-ai/module2/main.tex b/src/languages-and-algorithms-for-ai/module2/main.tex index 26d5b6c..76e8c15 100644 --- a/src/languages-and-algorithms-for-ai/module2/main.tex +++ b/src/languages-and-algorithms-for-ai/module2/main.tex @@ -9,5 +9,6 @@ \include{sections/_propositional_logic.tex} \include{sections/_first_order_logic.tex} \include{sections/_logic_programming.tex} + \include{sections/_prolog.tex} \end{document} \ No newline at end of file diff --git a/src/languages-and-algorithms-for-ai/module2/sections/_prolog.tex b/src/languages-and-algorithms-for-ai/module2/sections/_prolog.tex new file mode 100644 index 0000000..9b9b7d3 --- /dev/null +++ b/src/languages-and-algorithms-for-ai/module2/sections/_prolog.tex @@ -0,0 +1,3 @@ +\chapter{Prolog} + +See \href{https://github.com/NotXia/unibo-ai-notes/tree/pdfs/fundamentals-of-ai-and-kr/module2}{\texttt{Fundamentals of AI and KR (module 2)}}. \ No newline at end of file