Add FAIKR2 propositional and first order logic

This commit is contained in:
2023-11-10 15:20:16 +01:00
parent 68cfbb7f4a
commit 0dff0b4d7f
6 changed files with 194 additions and 98 deletions

View File

@ -0,0 +1 @@
../../ainotes.cls

View File

@ -0,0 +1,11 @@
\documentclass[11pt]{ainotes}
\title{Fundamentals of Artificial Intelligence and Knowledge Representation\\(Module 2)}
\date{2023 -- 2024}
\begin{document}
\makenotesfront
\input{sections/_logic.tex}
\end{document}

View File

@ -0,0 +1,3 @@
\chapter{Propositional and first order logic}
See \href{https://github.com/NotXia/unibo-ai-notes/tree/pdfs/languages-and-algorithms-for-ai/module2}{\texttt{Languages and Algorithms for AI (module 2)}}.