how to implement MILP in matlab

7 views (last 30 days)
please help me to solve Mixed integer linear programming...if possible send the code...
thanx in advance
  1 Comment
ramzi kouadri
ramzi kouadri on 7 Dec 2016
please help me to solve Mixed integer linear programming...if possible send the code...
thanx in advance

Sign in to comment.

Accepted Answer

Seth DeLand
Seth DeLand on 17 Mar 2014
As of R2014a, Optimization Toolbox has a mixed-integer linear programming solver: http://www.mathworks.com/help/optim/ug/intlinprog.html

More Answers (2)

Royi Avital
Royi Avital on 2 May 2020
I also created a MEX wrapper around GNU Linear Programming Kit (GLPK).

Shashank Prasanna
Shashank Prasanna on 1 Feb 2013
If you have the global optimization toolbox then GA is the way to go:
If you don't, then you are out of luck. You can try File Exchange:
such as this maybe this

Categories

Find more on Linear Programming and Mixed-Integer Linear Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!