StaticStrategy.is_feasible#
- StaticStrategy.is_feasible(infrastructure, _)[source]
Check if the application can be placed on the infrastructure.
It checks if all the nodes in the mapping are available in the infrastructure.
- Parameters:
infrastructure (Infrastructure)
_ (Application)
- Return type:
bool