You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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)
Cite As
Lateef Adewale Kareem (2026). MixIntLinProg (https://uk.mathworks.com/matlabcentral/fileexchange/116425-mixintlinprog), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.1 (1.69 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
