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

Detect pseudo-Boolean constraint to simplify them if possible #163

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

Dekker1
Copy link
Contributor

@Dekker1 Dekker1 commented Mar 20, 2025

No description provided.

Copy link

codecov bot commented Mar 20, 2025

Codecov Report

Attention: Patch coverage is 37.77778% with 56 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/huub/src/constraints/int_linear.rs 18.84% 56 Missing ⚠️
Files with missing lines Coverage Δ
crates/fzn-huub/src/lib.rs 57.43% <100.00%> (+0.38%) ⬆️
crates/huub/src/actions.rs 82.00% <ø> (ø)
crates/huub/src/lib.rs 68.44% <100.00%> (+0.10%) ⬆️
crates/huub/src/reformulate.rs 86.83% <100.00%> (+0.44%) ⬆️
crates/huub/src/solver.rs 67.88% <100.00%> (+0.22%) ⬆️
crates/huub/src/solver/engine.rs 80.14% <100.00%> (+0.14%) ⬆️
crates/huub/src/constraints/int_linear.rs 80.54% <18.84%> (-6.76%) ⬇️
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

codspeed-hq bot commented Mar 20, 2025

CodSpeed Performance Report

Merging #163 will degrade performances by 7.27%

Comparing Dekker1:feat/detect_pb (be40788) with develop (906daee)

Summary

❌ 1 regressions
✅ 13 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
satisfaction[amaze3_2012_03_19] 705.9 ms 761.3 ms -7.27%

@AllenZzw AllenZzw force-pushed the feat/detect_pb branch 2 times, most recently from 83aa0a3 to be40788 Compare March 20, 2025 22:27
@Dekker1 Dekker1 marked this pull request as ready for review March 20, 2025 22:53
@Dekker1 Dekker1 merged commit be40788 into huub-solver:develop Mar 20, 2025
19 of 20 checks passed
@Dekker1 Dekker1 deleted the feat/detect_pb branch March 20, 2025 22:55
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.

1 participant