Skip to content

loupote/ENG1467_Optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Optimization algorithms

Introduction

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.

How to start

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.

About

Final linear optimisation class project using three different optimisation methods on Julia

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages