Skip to content

refactor(pumpkin-core): Cleanup creation of propagator conflict#399

Merged
maartenflippo merged 1 commit intomainfrom
refactor/propagator-conflict
Mar 27, 2026
Merged

refactor(pumpkin-core): Cleanup creation of propagator conflict#399
maartenflippo merged 1 commit intomainfrom
refactor/propagator-conflict

Conversation

@maartenflippo
Copy link
Copy Markdown
Contributor

@maartenflippo maartenflippo commented Mar 27, 2026

Provide a convenient way to return a PropagatorConflict from a propagator.

The following types are moved:

Type Old location New location
PropagationStatusCP basic_types/propagation_status_cp.rs engine/conflict.rs
PropagatorConflict basic_types/propagation_status_cp.rs engine/conflict.rs
Conflict engine/state.rs engine/conflict.rs
EmptyDomainConflict engine/state.rs engine/conflict.rs

Note that this move affects many files, as it updates module paths. The types in the table above are now all part of the pumpkin_core::state module in the public API.

@maartenflippo maartenflippo merged commit 1a96c30 into main Mar 27, 2026
10 checks passed
@maartenflippo maartenflippo deleted the refactor/propagator-conflict branch March 27, 2026 10:14
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.

2 participants