晓辉
Followers: 0 Following: 0
Feeds
提问
In solving linear programming problems, I limit the type of each element of Matrix x to integer, but the solved x element contains decimals
clc, clear, a = importdata('data2_10.xlsx'); a(isnan(a))=0; %把不确定值NaN替换为0 M=10^7; w=ones(14)*M; for i=1:14 for j=1:14 ...
9 months 前 | 1 个回答 | 0