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

Refactor heuristic/LS calling code #1196

Merged
merged 14 commits into from
Dec 10, 2024
Merged

Refactor heuristic/LS calling code #1196

merged 14 commits into from
Dec 10, 2024

Conversation

jcoupey
Copy link
Collaborator

@jcoupey jcoupey commented Nov 29, 2024

Issue

Fixes #1188

Tasks

  • Move LS stuff into same thread context after heuristic
  • Add heuristic solution dedup mechanism
  • Update LS logging
  • Refactor huge solving lambda
  • Update CHANGELOG.md
  • review

@jcoupey
Copy link
Collaborator Author

jcoupey commented Dec 4, 2024

The good part with the implementation in this PR is that we're still able to do search deduplication. Also now that heuristic + local search are run into the same context, we can account for the heuristic time compared to the global timeout value.

@jcoupey jcoupey merged commit 2418e9d into master Dec 10, 2024
4 checks passed
@jcoupey jcoupey deleted the enhance/heuristic-sync branch December 10, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove heuristic synchronisation
1 participant