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 test with callback for rcpsp/cp_mzn that randomly failed #341

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

nhuet
Copy link
Contributor

@nhuet nhuet commented Oct 17, 2024

The solvers sometimes found solutions before TimerStopper timer but not after before the ortools internal timer. (See
https://github.com/g-poveda/discrete-optimization/actions/runs/11292819184/job/31410496255)

So we use instead the NbIterationStopper which will stops as soon as a solution is found before the ortools internal timer.

The solvers sometimes found solutions before TimerStopper timer but not
after before the ortools internal timer. (See
https://github.com/g-poveda/discrete-optimization/actions/runs/11292819184/job/31410496255)

So we use instead the NbIterationStopper which will stops as soon as a
solution is found before the ortools internal timer.
@g-poveda g-poveda merged commit 01b75b1 into airbus:master Oct 17, 2024
9 of 12 checks 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.

2 participants