photo

behnam tj


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
how can I solve an optimization problem by simplex method in matlab?
hi you can use linprog like this: c=[-2 4]; A=[1 -5;2 1]; b=[3;1]; Aeq=[]; Beq=[]; x0=0; lb=[0,0]; ub...

plus de 7 ans il y a | 1

Question


i need linear programming data base code
i need data base of the function linprog

plus de 7 ans il y a | 1 réponse | 0

0

réponse