You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-18
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Operations Research 2K24
1
+
# Operations Research 2K25
2
2
3
3
This repository contains the Notebook used during the Operations Research (#orms) course at the [Department of Mathematics](https://matematica.unipv.it/) at the University of Pavia.
4
4
@@ -10,28 +10,11 @@ This repository is maintained by the [Computational Optimization Research Group]
10
10
11
11
| Data | Notebook | Link |
12
12
|:-|:-|:-|
13
-
|**[2024/05/10]**|*Traveling Student Problem (TSP)*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/TSP.ipynb)|
14
-
|**[2024/04/19]**|*Training Binary Neural Networks*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/TrainingBNN.ipynb)|
15
-
|**[2024/03/22]**|*Linear Regression with Gurobi*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/linear_regression.ipynb)|
16
-
|**[2024/03/15]**|*Modeling exercises with Gurobi*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Python_and_Gurobi.ipynb)|
17
-
|**[2024/03/11]**|*Steel Production Planning (intro to Gurobi)*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Steel_Planning.ipynb)|
18
-
|**[2024/03/01]**|*Python in a Nutshell*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Python_in_a_Nutshell.ipynb)|
|**[2024/05/03]**|*Training a BNN for the XOR logical function (non linearly separable*|[NN_xor.py](https://github.com/mathcoding/opt4ds/blob/master/scripts/Xor_aula.py)|
27
-
|**[2024/04/22]**|*Training a BNN for the AND logical function*|[NN_and.py](https://github.com/mathcoding/opt4ds/blob/master/scripts/NN_and.py)|
28
-
|**[2024/04/15]**|*Optimal Color Transfer*|[colorTransfer.py](https://github.com/mathcoding/opt4ds/blob/master/scripts/colorTransfer.py)|
|**[2024/03/01]**|*Python in a Nutshell: Solutions to exercises*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Python_in_a_Nutshell_solutions.ipynb)|
This repository contains the Notebook used during the Operations Research (#orms) course at the [Department of Mathematics](https://matematica.unipv.it/) at the University of Pavia.
4
+
5
+
Every notebook can be opened directly on the web using Google Colab, by clicking on the corresponding Colab icon.
6
+
7
+
This repository is maintained by the [Computational Optimization Research Group](https://www.compopt.it/). You are welcome to contribute!
8
+
9
+
## Python Notebooks
10
+
11
+
| Data | Notebook | Link |
12
+
|:-|:-|:-|
13
+
|**[2024/05/10]**|*Traveling Student Problem (TSP)*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/TSP.ipynb)|
14
+
|**[2024/04/19]**|*Training Binary Neural Networks*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/TrainingBNN.ipynb)|
15
+
|**[2024/03/22]**|*Linear Regression with Gurobi*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/linear_regression.ipynb)|
16
+
|**[2024/03/15]**|*Modeling exercises with Gurobi*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Python_and_Gurobi.ipynb)|
17
+
|**[2024/03/11]**|*Steel Production Planning (intro to Gurobi)*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Steel_Planning.ipynb)|
18
+
|**[2024/03/01]**|*Python in a Nutshell*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Python_in_a_Nutshell.ipynb)|
|**[2024/05/03]**|*Training a BNN for the XOR logical function (non linearly separable*|[NN_xor.py](https://github.com/mathcoding/opt4ds/blob/master/scripts/Xor_aula.py)|
27
+
|**[2024/04/22]**|*Training a BNN for the AND logical function*|[NN_and.py](https://github.com/mathcoding/opt4ds/blob/master/scripts/NN_and.py)|
28
+
|**[2024/04/15]**|*Optimal Color Transfer*|[colorTransfer.py](https://github.com/mathcoding/opt4ds/blob/master/scripts/colorTransfer.py)|
|**[2024/03/01]**|*Python in a Nutshell: Solutions to exercises*|[](https://colab.research.google.com/github/mathcoding/opt4ds/blob/master/notebooks/Python_in_a_Nutshell_solutions.ipynb)|
34
+
35
+
36
+
37
+
### License
38
+
<arel="license"href="http://creativecommons.org/licenses/by/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><spanxmlns:dct="http://purl.org/dc/terms/"property="dct:title"><b>#ORMS Notebooks</b></span> by <axmlns:cc="http://creativecommons.org/ns#"href="http://matematica.unipv.it/gualandi"property="cc:attributionName"rel="cc:attributionURL">Stefano Gualandi</a> is licensed under a <arel="license"href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br />Based on a work at <axmlns:dct="http://purl.org/dc/terms/"href="https://github.com/mathcoding/opt4ds"rel="dct:source">https://github.com/mathcoding/opt4ds</a>.
Copy file name to clipboardExpand all lines: aa2024/notebooks/Lego_Problems.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"id": "specified-functionality",
6
6
"metadata": {},
7
7
"source": [
8
-
"<a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /></a><br /><span xmlns:dct=\"http://purl.org/dc/terms/\" property=\"dct:title\"><b>Solving the Lego Planning Problem with Pyomo and Glpk</b></span> by <a xmlns:cc=\"http://creativecommons.org/ns#\" href=\"http://mate.unipv.it/gualandi\" property=\"cc:attributionName\" rel=\"cc:attributionURL\">Stefano Gualandi</a> is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>. Based on a project at <a xmlns:dct=\"http://purl.org/dc/terms/\" href=\"https://github.com/mathcoding/opt4ds\" rel=\"dct:source\">https://github.com/mathcoding/opt4ds</a>."
8
+
"<a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /></a><br /><span xmlns:dct=\"http://purl.org/dc/terms/\" property=\"dct:title\"><b>Solving the Lego Planning Problem with Gurobi</b></span> by <a xmlns:cc=\"http://creativecommons.org/ns#\" href=\"http://mate.unipv.it/gualandi\" property=\"cc:attributionName\" rel=\"cc:attributionURL\">Stefano Gualandi</a> is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>. Based on a project at <a xmlns:dct=\"http://purl.org/dc/terms/\" href=\"https://github.com/mathcoding/opt4ds\" rel=\"dct:source\">https://github.com/mathcoding/opt4ds</a>."
0 commit comments