MixIntLinProg

This algorithm solves the mixed integer linear programming problem.
31 téléchargements
Mise à jour 18 août 2022

Afficher la licence

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)

Citation pour cette source

Lateef Adewale Kareem (2026). MixIntLinProg (https://fr.mathworks.com/matlabcentral/fileexchange/116425-mixintlinprog), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2022a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Version Publié le Notes de version
1.0.1

Updated description

1.0.0