Mathematical formulation of a operations research problem
Show older comments
How can I implement this objective function and its constraints in Matlab (p-median problem)?

Thank you very much!
1 Comment
darova
on 10 Sep 2019
I can give you a start
y = zeros(1,10);
y = facility == candidate;
Accepted Answer
More Answers (1)
Categories
Find more on Quadratic Programming and Cone Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!