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.

채택된 답변

John D'Errico
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개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by