This project consisted in implementing three different methods in Julia to find the optimum of linear optimization problems. The methoduses either the HiGHS Julia solver, the simplex method, or the Interior-point.
The src folder contains the three implementations and the examples folder contains applications of these algorithms.
After installing Julia from the internet and installing the Julia extension from VS Code, you can execute a .jl code by pressing the now-existing execute button, or line by line by pressing on macOS Shift + Enter.
Install the packages in the requirements.jl file.