Skip to content

MartinK-99/linearOptimizationJulia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple program in Julia that solves a linear optimization problem.

The exact problem here is

drawing

and more generally

drawing

I have modelled this with GLPK in Julia and it uses a (MI)LP solver to find the optimal solution. For different values you need to change the vectors c, b and the matrix A. Additionally you can set integer_solution to true and then your variables will have integer solutions.

What else can I say... Idk

About

The standard linear program for optimization is implemented in Julia using JuMP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages