evalgo.algorithms
Class ExactAlgorithmWithConstraints

java.lang.Object
  extended byevalgo.algorithms.AbstractAlgorithm
      extended byevalgo.algorithms.ExactAlgorithmWithConstraints

public class ExactAlgorithmWithConstraints
extends AbstractAlgorithm

Author:
Marija To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 
Fields inherited from class evalgo.algorithms.AbstractAlgorithm
avail, id, idealAvail, optimalMapping
 
Constructor Summary
ExactAlgorithmWithConstraints()
           
 
Method Summary
 boolean canFit(int[] currMapping)
           
 AlgorithmResult execute()
           
 
Methods inherited from class evalgo.algorithms.AbstractAlgorithm
calculateAvailability, calculateAvgCompMem, calculateAvgHostMem, calculateAvgRelBetweenHosts, estimateOptimal, estimateRedeploymentTime, ideal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExactAlgorithmWithConstraints

public ExactAlgorithmWithConstraints()
Method Detail

execute

public AlgorithmResult execute()
Specified by:
execute in class AbstractAlgorithm

canFit

public boolean canFit(int[] currMapping)