Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a Fixed Duration Interruptible Task #143

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

jbdyn
Copy link

@jbdyn jbdyn commented Feb 16, 2024

Hi @tpaviot,

in #142 the ResourceInterruptible and ResourcePeriodicallyInterruptible resource constraints have been added and they work well with the existing Task variations: VariableDurationTask spans over the interruption intervals whereas for the other task classes, the interrupting constraints act like ResourceUnavailable and ResourcePeriodicallyUnavailable.

The VariableDurationTask brought my project visualizer a big step forward, but since there is no way to give an exact duration with respect to overlapped periods, I needed to implement a new FixedDurationInterruptibleTask.
Here it is.

What's your opinion?

@jbdyn
Copy link
Author

jbdyn commented Feb 16, 2024

tests are still missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant