Skip to content

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

Merged
sebrockm merged 37 commits intomainfrom
thread-safe-result
Oct 16, 2023
Merged

Rework logic and data structures involved in multi threaded computation#69
sebrockm merged 37 commits intomainfrom
thread-safe-result

Conversation

@sebrockm
Copy link
Copy Markdown
Owner

@sebrockm sebrockm commented Aug 6, 2023

Fixes #66

@codecov
Copy link
Copy Markdown

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 from 497fb99 to 346b034 Compare August 7, 2023 15:59
@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 force-pushed the thread-safe-result branch from 9d5ff92 to 60055c8 Compare October 9, 2023 11:48
@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
@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