Least Utilized Movable Resource Allocation Rule
This rule sorts the resources such that list is ordered from least to most utilized and then allocates the first element
Functions
Link copied to clipboard
open override fun selectMovableResourceForAllocation(requestLocation: LocationIfc, resourceList: MutableList<MovableResource>): MovableResource
The method assumes that the provided list of resources has enough units available to satisfy the needs of the request.