Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 567 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 567 Bytes

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