From ea45a504cf4e6e069b35d4e0d3dae3e4aa076c86 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:23:48 +0200 Subject: [PATCH] Moved CDMO1 in year1 --- .../module1/ainotes.cls | 1 - .../module1/ainotes.cls | 1 + .../module1/cdmo1.tex | 0 .../module1/img/_cdcl_1uip.pdf | Bin .../module1/img/_cdcl_cut.pdf | Bin .../module1/img/_cdcl_example1.pdf | Bin .../module1/img/_cdcl_example2.pdf | Bin .../module1/img/_cdcl_example3.pdf | Bin .../module1/img/_cdcl_example4.pdf | Bin .../module1/img/cdcl_example.drawio | 0 .../module1/sections/_constraint_programming.tex | 0 .../module1/sections/_sat.tex | 0 12 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 src/combinatorial-decision-making-and-optimization/module1/ainotes.cls create mode 120000 src/year1/combinatorial-decision-making-and-optimization/module1/ainotes.cls rename src/{ => year1}/combinatorial-decision-making-and-optimization/module1/cdmo1.tex (100%) rename src/{ => year1}/combinatorial-decision-making-and-optimization/module1/img/_cdcl_1uip.pdf (100%) rename src/{ => year1}/combinatorial-decision-making-and-optimization/module1/img/_cdcl_cut.pdf (100%) rename src/{ => year1}/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example1.pdf (100%) rename src/{ => year1}/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example2.pdf (100%) rename src/{ => year1}/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example3.pdf (100%) rename src/{ => year1}/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example4.pdf (100%) rename src/{ => year1}/combinatorial-decision-making-and-optimization/module1/img/cdcl_example.drawio (100%) rename src/{ => year1}/combinatorial-decision-making-and-optimization/module1/sections/_constraint_programming.tex (100%) rename src/{ => year1}/combinatorial-decision-making-and-optimization/module1/sections/_sat.tex (100%) diff --git a/src/combinatorial-decision-making-and-optimization/module1/ainotes.cls b/src/combinatorial-decision-making-and-optimization/module1/ainotes.cls deleted file mode 120000 index 146fd3c..0000000 --- a/src/combinatorial-decision-making-and-optimization/module1/ainotes.cls +++ /dev/null @@ -1 +0,0 @@ -../../ainotes.cls \ No newline at end of file diff --git a/src/year1/combinatorial-decision-making-and-optimization/module1/ainotes.cls b/src/year1/combinatorial-decision-making-and-optimization/module1/ainotes.cls new file mode 120000 index 0000000..4a953bf --- /dev/null +++ b/src/year1/combinatorial-decision-making-and-optimization/module1/ainotes.cls @@ -0,0 +1 @@ +../../../ainotes.cls \ No newline at end of file diff --git a/src/combinatorial-decision-making-and-optimization/module1/cdmo1.tex b/src/year1/combinatorial-decision-making-and-optimization/module1/cdmo1.tex similarity index 100% rename from src/combinatorial-decision-making-and-optimization/module1/cdmo1.tex rename to src/year1/combinatorial-decision-making-and-optimization/module1/cdmo1.tex diff --git a/src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_1uip.pdf b/src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_1uip.pdf similarity index 100% rename from src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_1uip.pdf rename to src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_1uip.pdf diff --git a/src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_cut.pdf b/src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_cut.pdf similarity index 100% rename from src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_cut.pdf rename to src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_cut.pdf diff --git a/src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example1.pdf b/src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example1.pdf similarity index 100% rename from src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example1.pdf rename to src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example1.pdf diff --git a/src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example2.pdf b/src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example2.pdf similarity index 100% rename from src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example2.pdf rename to src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example2.pdf diff --git a/src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example3.pdf b/src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example3.pdf similarity index 100% rename from src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example3.pdf rename to src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example3.pdf diff --git a/src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example4.pdf b/src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example4.pdf similarity index 100% rename from src/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example4.pdf rename to src/year1/combinatorial-decision-making-and-optimization/module1/img/_cdcl_example4.pdf diff --git a/src/combinatorial-decision-making-and-optimization/module1/img/cdcl_example.drawio b/src/year1/combinatorial-decision-making-and-optimization/module1/img/cdcl_example.drawio similarity index 100% rename from src/combinatorial-decision-making-and-optimization/module1/img/cdcl_example.drawio rename to src/year1/combinatorial-decision-making-and-optimization/module1/img/cdcl_example.drawio diff --git a/src/combinatorial-decision-making-and-optimization/module1/sections/_constraint_programming.tex b/src/year1/combinatorial-decision-making-and-optimization/module1/sections/_constraint_programming.tex similarity index 100% rename from src/combinatorial-decision-making-and-optimization/module1/sections/_constraint_programming.tex rename to src/year1/combinatorial-decision-making-and-optimization/module1/sections/_constraint_programming.tex diff --git a/src/combinatorial-decision-making-and-optimization/module1/sections/_sat.tex b/src/year1/combinatorial-decision-making-and-optimization/module1/sections/_sat.tex similarity index 100% rename from src/combinatorial-decision-making-and-optimization/module1/sections/_sat.tex rename to src/year1/combinatorial-decision-making-and-optimization/module1/sections/_sat.tex