MixIntLinProg

This algorithm solves the mixed integer linear programming problem.
21 descargas
Actualizado 18 ago 2022

Ver licencia

f = [-3,-2,-1];
intvar = 3;
Aineq = [1,1,1];
bineq = 7;
Aeq = [4,2,1];
beq = 12;
lb = zeros(3,1);
ub = [Inf;Inf;1];
MixIntLinProg(f,intvar,Aineq,bineq,Aeq,beq,lb,ub)

Citar como

Lateef Adewale Kareem (2024). MixIntLinProg (https://www.mathworks.com/matlabcentral/fileexchange/116425-mixintlinprog), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2022a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.1

Updated description

1.0.0