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

Fix bugs in planning and minor planning improvements #228

Merged
merged 10 commits into from
Jul 26, 2023

Conversation

kostobog
Copy link
Collaborator

No description provided.

- remove properties field in AbstractEntityWithDescription - potentially improves speed
- remove unused methods in TsakType
- avoid NullPointerException of referenced tasks
- include edges from scope sequence graphs (partialTaskOrderByScope) to finding sequence graph for tasks that reference other tasks.
- avoid NullPointerException for tasks with task types not having average time, set the duration of such tasks to 4 hours
- avoid NullPointerException by skipping scheduling of tasks whose preceding task according to sequence graph is not scheduled
- schedule each task after the end of all of its preceding tasks according to sequence graph
@kostobog kostobog merged commit 4a6737d into main Jul 26, 2023
1 check passed
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.

1 participant