[codex] Add evolutionary heuristic solvers and fix CI build#9
Open
japarejo wants to merge 2 commits into
Open
Conversation
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.
What changed
pnpm@10.12.4.Why
This adds evolutionary multi-objective and many-objective binding solvers to OpenBinding and exposes them through the existing gateway architecture.
The pnpm pin fixes the CI failure observed while building
engine-minizinc. Corepack had started selecting pnpm 11.9.0, which requires Node.js 22.13 or newer and importsnode:sqlite, while the engine image intentionally uses Node.js 20. Fixing pnpm at 10.12.4 restores a reproducible, Node 20-compatible build.Impact
Users can select the new
evolutionary-heuristicsengine and configure NSGA-II/NSGA-III options through the gateway. Existing MiniZinc builds no longer depend on Corepack's moving default pnpm version.Validation
engine-evolutionary-heuristicssuccessfully.engine-minizincsuccessfully with Node.js 20 and pnpm 10.12.4.