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

[WIP] add configurations to deactivate propagations of CP propagators #127

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

AllenZzw
Copy link
Collaborator

@AllenZzw AllenZzw commented Oct 3, 2024

No description provided.

@AllenZzw AllenZzw added the enhancement New feature or request label Oct 3, 2024
Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 63.35227% with 129 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/fzn-huub/src/lib.rs 70.27% 24 Missing and 9 partials ⚠️
crates/huub/src/solver/solving_context.rs 30.23% 30 Missing ⚠️
crates/huub/src/constraints/int_array_minimum.rs 30.00% 14 Missing ⚠️
crates/huub/src/constraints/int_linear.rs 57.57% 14 Missing ⚠️
crates/huub/src/solver/queue.rs 53.84% 12 Missing ⚠️
crates/huub/src/constraints/int_array_element.rs 50.00% 11 Missing ⚠️
crates/huub/src/solver/engine.rs 70.27% 11 Missing ⚠️
crates/huub/src/reformulate.rs 95.45% 2 Missing ⚠️
crates/huub/src/solver.rs 80.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
crates/fzn-huub/src/main.rs 0.00% <ø> (ø)
crates/huub/src/actions.rs 82.00% <ø> (ø)
crates/huub/src/lib.rs 67.88% <100.00%> (+0.16%) ⬆️
crates/huub/src/reformulate.rs 87.81% <95.45%> (+1.43%) ⬆️
crates/huub/src/solver.rs 67.87% <80.00%> (+0.21%) ⬆️
crates/huub/src/constraints/int_array_element.rs 89.41% <50.00%> (ø)
crates/huub/src/solver/engine.rs 78.97% <70.27%> (-1.03%) ⬇️
crates/huub/src/solver/queue.rs 79.31% <53.84%> (-20.69%) ⬇️
crates/huub/src/constraints/int_array_minimum.rs 86.20% <30.00%> (-9.22%) ⬇️
crates/huub/src/constraints/int_linear.rs 85.07% <57.57%> (-2.23%) ⬇️
... and 2 more
🚀 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 Oct 3, 2024

CodSpeed Performance Report

Merging #127 will not alter performance

Comparing AllenZzw:feat/deactivate_propagations (4f4f9be) with develop (02d3bf5)

Summary

✅ 14 untouched benchmarks

@AllenZzw AllenZzw force-pushed the feat/deactivate_propagations branch 5 times, most recently from 1e12e88 to b565225 Compare October 8, 2024 07:18
@AllenZzw AllenZzw force-pushed the feat/deactivate_propagations branch 5 times, most recently from 86df134 to adc1e2e Compare October 17, 2024 12:08
@AllenZzw AllenZzw force-pushed the feat/deactivate_propagations branch from cc5a11f to c2d6d76 Compare November 6, 2024 04:24
@AllenZzw AllenZzw force-pushed the feat/deactivate_propagations branch from cc19de9 to 689688b Compare November 17, 2024 22:39
@AllenZzw AllenZzw force-pushed the feat/deactivate_propagations branch 7 times, most recently from 1d08a8d to a637099 Compare March 28, 2025 01:19
@AllenZzw AllenZzw force-pushed the feat/deactivate_propagations branch 2 times, most recently from 54291ea to 665f0e1 Compare March 29, 2025 08:59
@AllenZzw AllenZzw force-pushed the feat/deactivate_propagations branch from 665f0e1 to c8736a5 Compare March 30, 2025 08:17
@AllenZzw AllenZzw force-pushed the feat/deactivate_propagations branch from c8736a5 to 4f4f9be Compare April 1, 2025 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant