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

Rework logic and data structures involved in multi threaded computation #69

Merged
merged 37 commits into from
Oct 16, 2023

Conversation

sebrockm
Copy link
Owner

@sebrockm sebrockm commented Aug 6, 2023

Fixes #66

@codecov
Copy link

codecov bot commented Aug 6, 2023

Codecov Report

Attention: 84 lines in your changes are missing coverage. Please review.

Files Coverage Δ
tsplp/src/BranchAndCutQueue.hpp 100.00% <100.00%> (ø)
tsplp/src/ConstraintDeque.cpp 60.00% <54.54%> (+3.75%) ⬆️
tsplp/src/MtspResult.cpp 80.76% <80.76%> (ø)
tsplp/src/BranchAndCutQueue.cpp 59.82% <58.22%> (+13.15%) ⬆️
tsplp/src/MtspModel.cpp 44.44% <34.92%> (ø)

📢 Thoughts on this report? Let us know!.

@sebrockm sebrockm force-pushed the thread-safe-result branch 8 times, most recently from c0ddcac to 6c1c0e4 Compare September 8, 2023 13:34
@sebrockm sebrockm force-pushed the thread-safe-result branch 3 times, most recently from a0fa4e3 to 9d5ff92 Compare October 9, 2023 08:03
@sebrockm sebrockm changed the title Refactor MtspResult Rework logic and data structures involved in multi threaded computation Oct 15, 2023
@sebrockm sebrockm marked this pull request as ready for review October 16, 2023 20:16
@sebrockm sebrockm merged commit b93b0da into main Oct 16, 2023
26 of 27 checks passed
@sebrockm sebrockm deleted the thread-safe-result branch October 16, 2023 20:56
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.

BnC terminates with optimal solution without timeout, but LB != UB
1 participant