benchmarks: add finite Hadwiger minor certificate - #599
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ab0867e930
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
- Canonicalize undirected edges by sorting endpoints before loop/duplicate checks - Remove MAX_EVIDENCE_BYTES cap (max_bytes=None) for evidence parsing - Accept all scoreable assurances (UNVERIFIED, COMPUTED, CHECKED) - Decouple mathematics, evidence, scope, and assurance from contract - Drop whitespace-churn commits during rebase onto origin/main
ab0867e to
2c18c68
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2c18c68eea
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…hecksum - Bound _raw_submission() with is_regular_bounded_file - Remove undocumented evidence size limit per benchmark policy - Refresh Dockerfile checksum label
…ontract and lint Co-authored-by: morluto <morluto@users.noreply.github.com>
…ublish schema version, type-faithful evidence comparison
Co-authored-by: morluto <morluto@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d2dc004c12
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Co-authored-by: morluto <morluto@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 158df54d98
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
This commit addresses all 6 review threads on the Hadwiger triangle-free minor certificate verifier. Summary of fixes1. Decouple evidence diagnostics from strict envelope
2. Require exact integer invariant
3. Wire the Hadwiger leaf into validation plannerAdded a 4. Validate branch entries before dict operationsIn 5. Derive scope diagnostics from the raw submissionThe scope diagnostic ( 6. Score assurance independently of protocolThe assurance diagnostic ( Other
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b31ad2f03a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Follow-up PR #675 lands the four review fixes that were resolved on this PR but merged before they reached main: evidence payload schema publication (3735082210), JSON type-faithful evidence comparison (3735082215), assurance type guard (3735590129), and non-finite JSON rejection in the raw parser (3735590133). |
Summary
Adds
hadwiger-triangle-free-minor-certificate, an independent Regression benchmark derived from retained row C-008.The agent must construct a connected triangle-free 11-vertex graph with 20 edges, a valid four-coloring, and four connected pairwise-adjacent branch sets forming a K4 minor. The verifier independently rejects every three-coloring by backtracking and validates the full minor model.
Quality
Validation
git diff --checkpassed--network noneIndependent draft targeting current
main.