April
Followers: 0 Following: 0
Feeds
提问
Minimal spanning tree problem
W = [1 4 3 3 9 7 5 10 5 8 6]; a=[1 2 4 2 1 1 1 6 3 5 2]; b=[2 4 6 5 5 4 3 3 4 4 3]; DG = sparse(a,b,W); UG = tril(DG + DG...
3 years 前 | 1 个回答 | 0
1
个回答提问
Please help me with this error!
W = [1 4 3 3 9 7 5 10 5 8 6]; a=[1 2 4 2 1 1 1 3 3 4 2]; b=[2 4 6 5 5 4 3 6 4 5 3]; DG = sparse(a,b,W); % tril returns t...
3 years 前 | 1 个回答 | 0
1
个回答提问
Minimization with linear contrainsts
I tried to get the minimum value of the objective function z=3*x1, but the result I got was z=45, x1=15 which I believe that are...
4 years 前 | 1 个回答 | 0