https://github.com/dmkk01/optimization
A series of example codes using Julia for different types of problems in Operation Research
https://github.com/dmkk01/optimization
julia linear-programming optimization
Last synced: about 1 month ago
JSON representation
A series of example codes using Julia for different types of problems in Operation Research
- Host: GitHub
- URL: https://github.com/dmkk01/optimization
- Owner: Dmkk01
- Created: 2021-03-18T12:08:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T12:19:06.000Z (about 5 years ago)
- Last Synced: 2025-11-22T21:03:58.827Z (7 months ago)
- Topics: julia, linear-programming, optimization
- Language: Jupyter Notebook
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Optimization
A series of example codes using Julia for different types of problems in Operation Research
# bisectionnewton-julia
- Showcase of Bisection and Newton's methods in Julia
# dualprimal-julia
- A dual linear programming in Julia
# integer-julia
- Solving a series of integer/binary/linear programming problems in Julia
# lp_julia
- Simple linear programming implemented in Julia