Skip to content
Snippets Groups Projects

Improved scheduling tutorial

Merged Olivier BICHLER requested to merge imp_shed into dev
Files
8
@@ -34,6 +34,10 @@ public:
return std::make_unique<ProdConso>(op, true);
}
const Operator& getOperator() const noexcept {
return mOp;
}
/**
* @brief Minimum amount of data from a specific input required by the
* implementation to be run.
Loading