Mathematical formulation of a operations research problem
古いコメントを表示
How can I implement this objective function and its constraints in Matlab (p-median problem)?

Thank you very much!
1 件のコメント
darova
2019 年 9 月 10 日
I can give you a start
y = zeros(1,10);
y = facility == candidate;
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Quadratic Programming and Cone Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
