mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 19:32:21 +01:00
Add FAIKR2 propositional and first order logic
This commit is contained in:
1
src/fundamentals-of-ai-and-kr/module2/ainotes.cls
Symbolic link
1
src/fundamentals-of-ai-and-kr/module2/ainotes.cls
Symbolic link
@ -0,0 +1 @@
|
||||
../../ainotes.cls
|
||||
11
src/fundamentals-of-ai-and-kr/module2/main.tex
Normal file
11
src/fundamentals-of-ai-and-kr/module2/main.tex
Normal 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}
|
||||
@ -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)}}.
|
||||
Reference in New Issue
Block a user