https://github.com/jbytecode/notebooks
Jupyter and Pluto notebooks for Operations Research Problems
https://github.com/jbytecode/notebooks
julia jupyter-notebook operations-research optimization
Last synced: about 1 month ago
JSON representation
Jupyter and Pluto notebooks for Operations Research Problems
- Host: GitHub
- URL: https://github.com/jbytecode/notebooks
- Owner: jbytecode
- License: mit
- Created: 2021-12-16T20:20:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T18:54:26.000Z (about 2 months ago)
- Last Synced: 2025-04-13T03:58:30.308Z (about 1 month ago)
- Topics: julia, jupyter-notebook, operations-research, optimization
- Language: Jupyter Notebook
- Homepage:
- Size: 1.56 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notebooks
My Jupyter notebooks for some code snippets.
## assignment.ipynb
Julia example for an assignment problem
## bisection-method.ipynb
Bisection method
## lad.ipynb
Least absolute deviations regression estimator (Linear Programming)
## newton-multiple.ipynb
Newton's method for minimizing multivariate functions
## transportation.ipynb
An example of transportation problem in Julia
## shortestpath.ipynb
An example of linear programming solution for a shortest path problem