Package org.unifi.mecvirtualresourceallocation.algorithm


package org.unifi.mecvirtualresourceallocation.algorithm
  • Class
    Description
    This interface defines the strategy for allocating resources in a hypergraph.
    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".
    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".