MixIntLinProg

This algorithm solves the mixed integer linear programming problem.
18.0 次下载
更新时间 2022/8/18

查看许可证

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)

引用格式

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

MATLAB 版本兼容性
创建方式 R2022a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.1

Updated description

1.0.0