... | ... | @@ -4,17 +4,17 @@ this module uses all this information and tries to create an optimal schedule wi |
|
|

|
|
|
|
|
|
# Input
|
|
|
From [optimisation configuration module](optimisation-configuration):
|
|
|
From [optimisation configuration module](module/optimisation-configuration):
|
|
|
* what are the optimisation goals?
|
|
|
* In which time window should this module schedule?
|
|
|
* Are there any other additional requirements (like deadlines)
|
|
|
|
|
|
From [production infrastructure module](production-infrastructure):
|
|
|
From [production infrastructure module](module/production-infrastructure):
|
|
|
* What are the tasks that have to be scheduled?
|
|
|
* to which entities can they be scheduled?
|
|
|
* what is physically possible and what's not?
|
|
|
|
|
|
From [energy context module](energy-context):
|
|
|
From [energy context module](module/energy-context):
|
|
|
* how expensive will this be?
|
|
|
* is this possible with the prognosed available energy?
|
|
|
|
... | ... | |