photo

April


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

1

answer

Question


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

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer