Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #692 +/- ##
==========================================
+ Coverage 97.22% 97.23% +0.01%
==========================================
Files 314 316 +2
Lines 40877 41105 +228
==========================================
+ Hits 39743 39970 +227
- Misses 1134 1135 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Use i32::try_from instead of `as i32` for CLI --bound to prevent silent truncation. Remove unreachable defensive branches in evaluate_config to eliminate coverage gaps. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Replace the 24-variable example (5v, k=3, B=12) with a K4 instance (12 variables, k=2, B=4) that has exactly 2 satisfying configs. This enables exhaustive brute-force verification via regenerate-fixtures and eliminates the need for explicit_example with hard-coded solutions. Update paper example and tests accordingly. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Resolve conflicts in references.bib, lib.rs, models/mod.rs, trait_consistency.rs. Regenerated fixtures. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Collaborator
Agentic Review ReportStructural Check
Build: Semantic Review — Mathematical Correctness:
Complexity: Quality CheckDesign Principles:
Test Quality: Excellent — 14 tests covering:
Issues: None found. Overall: Good. Clean, well-structured, comprehensive tests. Agentic Feature Tests
Issues found: None. Generated by review-pipeline |
zazabap
approved these changes
Mar 18, 2026
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.
Summary
KthBestSpanningTreeNotes
Fixes #249
Comments from PR #654
Implementation Summary
Changes
KthBestSpanningTreegraph model with schema metadata, canonical example data, crate exports, and CLI creation support.Deviations from Plan
KthBestSpanningTree, so this PR adds the standalone model and its documentation only.pipeline_pr.py createpreviously timed out on GraphQL/TLS, so the PR itself was created via the GitHub REST API; implementation work stayed on the same branch/PR.Review Pipeline Report
Also fixed CLI discoverability on this branch:
KthBestSpanningTreehelp now points to--edge-weights, and incorrect--weightsusage is rejected with guidance.