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!
