I'm trying to solve an allocation problem:
- I have 350 000 parcels with size S_i, each parcel can only have a state, and for each parcel I have a set of probability
- for each state, I have a quantity to reach
I found the Vogel approximation method but with 350 000 rows (parcels) and 15 columns (possible states), the computation time should be too long.
Do you know minimum-cost allocation algorithms that could solve this kind of problem ?