MixIntLinProg

This algorithm solves the mixed integer linear programming problem.

Al momento, stai seguendo questo contributo

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)

Cita come

Lateef Adewale Kareem (2026). MixIntLinProg (https://it.mathworks.com/matlabcentral/fileexchange/116425-mixintlinprog), MATLAB Central File Exchange. Recuperato .

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.1

Updated description

1.0.0