Selecting random element without replacement with capacity constraint
1 回表示 (過去 30 日間)
古いコメントを表示
Resepected Sir/Madam,
I have 50 customers with their respective demand. I want to select random customers from pool of customers and assign it to particular vehicle without violating the capacity constraint.
We have T number of homogenous vehicles.
0 件のコメント
採用された回答
John D'Errico
2020 年 12 月 28 日
So where is the problem? Select a random set of customers. If that set violates the constraint, then try another set. If you don't know how to sample without replacement, then read the help for randperm.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!