From 5a8c82277d9221b5055d06fd07305f36c5f6ab6f Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:47:35 +0100 Subject: [PATCH] Moved LAAI2 in year1 --- src/languages-and-algorithms-for-ai/module2/ainotes.cls | 1 - src/year1/languages-and-algorithms-for-ai/module2/ainotes.cls | 1 + .../languages-and-algorithms-for-ai/module2/laai2.tex | 0 .../module2/sections/_constraint_programming.tex | 0 .../module2/sections/_first_order_logic.tex | 0 .../module2/sections/_logic_programming.tex | 0 .../languages-and-algorithms-for-ai/module2/sections/_prolog.tex | 0 .../module2/sections/_propositional_logic.tex | 0 8 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 src/languages-and-algorithms-for-ai/module2/ainotes.cls create mode 120000 src/year1/languages-and-algorithms-for-ai/module2/ainotes.cls rename src/{ => year1}/languages-and-algorithms-for-ai/module2/laai2.tex (100%) rename src/{ => year1}/languages-and-algorithms-for-ai/module2/sections/_constraint_programming.tex (100%) rename src/{ => year1}/languages-and-algorithms-for-ai/module2/sections/_first_order_logic.tex (100%) rename src/{ => year1}/languages-and-algorithms-for-ai/module2/sections/_logic_programming.tex (100%) rename src/{ => year1}/languages-and-algorithms-for-ai/module2/sections/_prolog.tex (100%) rename src/{ => year1}/languages-and-algorithms-for-ai/module2/sections/_propositional_logic.tex (100%) diff --git a/src/languages-and-algorithms-for-ai/module2/ainotes.cls b/src/languages-and-algorithms-for-ai/module2/ainotes.cls deleted file mode 120000 index 146fd3c..0000000 --- a/src/languages-and-algorithms-for-ai/module2/ainotes.cls +++ /dev/null @@ -1 +0,0 @@ -../../ainotes.cls \ No newline at end of file diff --git a/src/year1/languages-and-algorithms-for-ai/module2/ainotes.cls b/src/year1/languages-and-algorithms-for-ai/module2/ainotes.cls new file mode 120000 index 0000000..4a953bf --- /dev/null +++ b/src/year1/languages-and-algorithms-for-ai/module2/ainotes.cls @@ -0,0 +1 @@ +../../../ainotes.cls \ No newline at end of file diff --git a/src/languages-and-algorithms-for-ai/module2/laai2.tex b/src/year1/languages-and-algorithms-for-ai/module2/laai2.tex similarity index 100% rename from src/languages-and-algorithms-for-ai/module2/laai2.tex rename to src/year1/languages-and-algorithms-for-ai/module2/laai2.tex diff --git a/src/languages-and-algorithms-for-ai/module2/sections/_constraint_programming.tex b/src/year1/languages-and-algorithms-for-ai/module2/sections/_constraint_programming.tex similarity index 100% rename from src/languages-and-algorithms-for-ai/module2/sections/_constraint_programming.tex rename to src/year1/languages-and-algorithms-for-ai/module2/sections/_constraint_programming.tex diff --git a/src/languages-and-algorithms-for-ai/module2/sections/_first_order_logic.tex b/src/year1/languages-and-algorithms-for-ai/module2/sections/_first_order_logic.tex similarity index 100% rename from src/languages-and-algorithms-for-ai/module2/sections/_first_order_logic.tex rename to src/year1/languages-and-algorithms-for-ai/module2/sections/_first_order_logic.tex diff --git a/src/languages-and-algorithms-for-ai/module2/sections/_logic_programming.tex b/src/year1/languages-and-algorithms-for-ai/module2/sections/_logic_programming.tex similarity index 100% rename from src/languages-and-algorithms-for-ai/module2/sections/_logic_programming.tex rename to src/year1/languages-and-algorithms-for-ai/module2/sections/_logic_programming.tex diff --git a/src/languages-and-algorithms-for-ai/module2/sections/_prolog.tex b/src/year1/languages-and-algorithms-for-ai/module2/sections/_prolog.tex similarity index 100% rename from src/languages-and-algorithms-for-ai/module2/sections/_prolog.tex rename to src/year1/languages-and-algorithms-for-ai/module2/sections/_prolog.tex diff --git a/src/languages-and-algorithms-for-ai/module2/sections/_propositional_logic.tex b/src/year1/languages-and-algorithms-for-ai/module2/sections/_propositional_logic.tex similarity index 100% rename from src/languages-and-algorithms-for-ai/module2/sections/_propositional_logic.tex rename to src/year1/languages-and-algorithms-for-ai/module2/sections/_propositional_logic.tex