PlacementStrategy.is_feasible#

PlacementStrategy.is_feasible(infrastructure, _)[source]

Check if the application can be placed on the infrastructure.

Parameters:
  • infrastructure (Infrastructure) – The infrastructure to place the application onto.

  • application (Application) – The application to place onto the infrastructure.

  • _ (Application)

Returns:

True if the application can be placed on the infrastructure, False otherwise.

Return type:

bool