Most Available Resource Allocation Rule
When the resources have capacity greater than one, then the resources are sorted from most capacity available to the least capacity available, and then allocated in the order listed.
Functions
Link copied to clipboard
open override fun selectResourceForAllocation(amountNeeded: Int, resourceList: MutableList<Resource>): Map<Resource, Int>
The method assumes that the provided list of resources has enough units available to satisfy the needs of the request.