Add CP MiniZinc predicate registry and resolver#444
Draft
Conversation
Introduce a central MiniZinc helper registry for CP models, with helper usage collection, dependency closure resolution, and context-aware helper rendering. Wire CP model builders through the new finalization path so helper blocks are injected once and only when needed. Add support for CP core, continuous, BCT, SAT word-op, and MILP word-op helper contexts. Add focused registry tests covering helper detection, dependency resolution, context variants, and BCT/SAT word-op rendering.
Reorganizing model_contexts by using their cryptographic meaning
…] with \w for clarity and conciseness) Co-authored-by: Copilot <copilot@github.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Introduce a central MiniZinc helper registry for CP models with explicit model contexts, helper usage collection, dependency closure resolution, and context-aware rendering.
Route CP model builders through a shared finalization path so helper blocks are injected once, only when needed, and split helpers into generic CP utilities, cipher-evaluation helpers, and cryptanalysis-specific model contexts. Add support for continuous, BCT, SAT word-op, and MILP word-op contexts.
Add focused registry tests covering helper detection, dependency resolution, context variants, and BCT/SAT word-op rendering.