photo

晓辉


Last seen: 6 months ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer