solver: select skyline candidate policy #24

Merged
mcp merged 1 commits from codex/issue-12-candidate-policy into main 2026-07-30 18:08:06 +01:00
1 Commits
Author SHA1 Message Date
Codex instance 74bde266d0 solver: select skyline candidate policy
Make candidate ordering an explicit deterministic policy and benchmark ascending, descending, and exact-width-first choices. Keep ascending as the default because it produces the best measured time to first solution despite best-fit's slightly smaller tree.

Retain the benchmark v1 interface and document why randomized and duplicate-work portfolio policies are deferred.

Tests: Release and Debug CTest (10 passed each)

Refs: #12
2026-07-30 18:07:29 +01:00