Whatever arrays i use with linprog the only answer it gives me is 0.
Not these arrays. I'm sure we can come up with others as well.
f = [ 12 ; 7 ];
b = [ 10.000 ; 16.000 ; 1 ; 1];
A = [ 2 , 1 ; 3 , 2 ; -1 , 0 ; 0 , -1 ];
x = linprog(f,A,b)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!