17#ifndef DAISI_CPPS_LOGICAL_TASK_MANAGEMENT_TASK_MANAGEMENT_HELPER_H_
18#define DAISI_CPPS_LOGICAL_TASK_MANAGEMENT_TASK_MANAGEMENT_HELPER_H_
22#include "material_flow/model/task.h"
32 const daisi::material_flow::Order &order);
Definition task_management_helper.h:26
static std::optional< daisi::material_flow::Location > getEndLocationOfOrder(const daisi::material_flow::Order &order)
get the end location of a given order.
Definition task_management_helper.cpp:24
Modified Round Robin Algorithm that centrally assigns tasks of incoming material flows to the corresp...
Definition algorithm_config.h:22