Skip to content

feat(pumpkin-proof-processor): Introduce the proof processor in the main branch#371

Open
maartenflippo wants to merge 15 commits intomainfrom
feat/proof-processor
Open

feat(pumpkin-proof-processor): Introduce the proof processor in the main branch#371
maartenflippo wants to merge 15 commits intomainfrom
feat/proof-processor

Conversation

@maartenflippo
Copy link
Contributor

@maartenflippo maartenflippo commented Feb 21, 2026

The proof processor is now implemented using the State abstraction, simplifying the design that was buried in one of the experimental branches.

feat(pumpkin-solver): Add a MiniZInc library that allows pumpkin to produce valid proofs.

Comment on lines +124 to +126
// This will never fail, as the predicate is known to be unassigned. So
// this propagator only returns explicit conflicts and never empty
// domain conflicts.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is the case, then shouldn't we make this clear by an assertion or by not using the ? operator?

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