Uses of Interface
org.unifi.mecvirtualresourceallocation.algorithm.AllocationStrategy
Packages that use AllocationStrategy
-
Uses of AllocationStrategy in org.unifi.mecvirtualresourceallocation.algorithm
Classes in org.unifi.mecvirtualresourceallocation.algorithm that implement AllocationStrategyModifier and TypeClassDescriptionclass
The LocalSearchStrategy class implements an allocation strategy based on the (M*)-Perfect Matching algorithm described in the paper "Virtual Resource Allocation for Mobile Edge Computing: A Hypergraph Matching Approach".class
The SequentialSearchStrategy class implements an allocation strategy based on the sequential algorithm described in the paper "Virtual Resource Allocation for Mobile Edge Computing: A Hypergraph Matching Approach".