Replies: 1 comment
-
Can a list of parallel running activities use up battery faster than it can recharge? Is charging subject to time constraints? Is it safe to assume that the tasks will spread their effect on the battery evenly/linearly across the time grains? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, first of all, thanks for your framework! It's great and I already used it in the past successfully. Now I have a different modelling problem:
Multiple activities can run in parallel and have influence on the same resource (e.g. same instance of a battery).
Also there should be a constraint that says: The battery charge should never be under 0% (e.g. if it is zero at point in time z then afterwards only activities can be executed that charge the battery).
I thought to use one or a combination of the following approaches:
So my question is:
I will try testing out the last approach for now but I would be grateful for ideas.
Beta Was this translation helpful? Give feedback.
All reactions