Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Operations Research 2K23

This repository contains the Notebook used during the Operations Research (#orms) course at the Department of Mathematics at the University of Pavia.

Every notebook can be opened directly on the web using Google Colab, by clicking on the corresponding Colab icon.

This repository is maintained by the Computational Optimization Research Group. You are welcome to contribute!

Python Notebooks

Data Notebook Link
[2023/05/12] 8. Traveling Student Problem (TSP) Open In Colab
[2023/05/12] 7. Training Neural Networks by Integer Linear Programming Open In Colab
[2023/04/21] 6. Semantic Segmentation with Linear Programming Open In Colab
[2023/04/14] 5. Optimal Color Transfer Open In Colab
[2023/03/17] 4. Binary Classification with Linear Programming Open In Colab
[2023/03/08] 3. Python and Pyomo Open In Colab
[2023/03/08] 2. Steel Planning Open In Colab
[2023/03/03] 1. Python in a Nutshell Open In Colab

Python scripts

Data Script Link
[2023/05/05] Binary Neural Networks: MIP-training of logical functions NN_and.py
[2023/05/05] Semantic Segmentation (for Dummies) segmentation.py
[2023/04/05] Color Transfer color_transfer.py
[2023/03/31] RNA folding RNAfolding.py
[2023/03/24] Graph Coloring graph_coloring.py
[2023/03/17] Integer Steel Blending blending_IP.py
[2023/03/17] Linear Steel Blending blending_LP.py
[2023/03/15] Magic squares of dimension N magic_square.py

Homeworks

Homework solutions.

Data Notebook Link
[2023/07/03] Python in a Nutshell: Solutions to exercises Open In Colab

License

Creative Commons License
#ORMS Notebooks by Stefano Gualandi is licensed under a Creative Commons Attribution 4.0 International License.
Based on a work at https://github.com/mathcoding/opt4ds.