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 10 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 69.13183% with 192 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/huub/src/model/constraint.rs 25.21% 72 Missing and 14 partials ⚠️
crates/huub/src/solver/engine/solving_context.rs 37.31% 42 Missing ⚠️
crates/fzn-huub/src/lib.rs 52.94% 18 Missing and 6 partials ⚠️
crates/huub/src/solver/engine.rs 84.96% 18 Missing and 5 partials ⚠️
crates/huub/src/solver.rs 64.00% 9 Missing ⚠️
crates/huub/src/solver/initialization_context.rs 91.66% 4 Missing ⚠️
crates/huub/src/solver/engine/activation_list.rs 84.21% 3 Missing ⚠️
crates/huub/src/model.rs 80.00% 0 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ
crates/fzn-huub/src/main.rs 39.47% <ø> (ø)
crates/huub/src/helpers/opt_field.rs 42.85% <100.00%> (+6.85%) ⬆️
crates/huub/src/model/flatzinc.rs 45.22% <100.00%> (+0.09%) ⬆️
crates/huub/src/propagator/all_different_int.rs 95.71% <100.00%> (+0.05%) ⬆️
crates/huub/src/propagator/array_int_minimum.rs 96.66% <100.00%> (+0.23%) ⬆️
...rates/huub/src/propagator/array_var_int_element.rs 87.38% <100.00%> (+0.88%) ⬆️
crates/huub/src/propagator/disjunctive_strict.rs 98.48% <100.00%> (+0.02%) ⬆️
crates/huub/src/propagator/int_abs.rs 91.35% <100.00%> (+0.56%) ⬆️
crates/huub/src/propagator/int_div.rs 94.67% <100.00%> (+0.10%) ⬆️
crates/huub/src/propagator/int_lin_le.rs 95.65% <100.00%> (+0.23%) ⬆️
... and 13 more

... and 2 files with indirect coverage changes


🚨 Try these New Features:

Copy link

codspeed-hq bot commented Oct 3, 2024

CodSpeed Performance Report

Merging #127 will not alter performance

Comparing AllenZzw:feat/deactivate_propagations (b784db4) with develop (f17d058)

Summary

✅ 13 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
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.

2 participants