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

Update scheduling notebook to use callback to time-out a solver #430

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

nhuet
Copy link
Contributor

@nhuet nhuet commented Oct 7, 2024

In the scheduling notebook, we time-out a lazy A* solver because we know that it cannot tackle the scheduling problem at hand with too many tasks.
Until now we were using the signal library but this code will not work on windows. Therefore we make use of the callback hooks implemented since scikit-decide 1.0.0 to perform the same time-out.

Copy link
Collaborator

@g-poveda g-poveda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@g-poveda g-poveda merged commit c34da35 into airbus:master Oct 7, 2024
33 checks passed
@nhuet nhuet deleted the timeout-scheduling branch October 11, 2024 10:10
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.

2 participants