#ifndef _ATIDLAS_SCHEDULER_EXECUTE_H #define _ATIDLAS_SCHEDULER_EXECUTE_H #include #include "atidlas/model/model.h" #include "atidlas/symbolic/expression.h" namespace atidlas { /** @brief Executes a array_expression on the given queue for the given models map*/ void execute(controller const & , model_map_t &); } #endif