Skip to content

Fix paper citations from issue #126 and #117 reviews#613

Merged
GiggleLiu merged 5 commits intomainfrom
fix/126-ksat-subsetsum-attribution
Mar 12, 2026
Merged

Fix paper citations from issue #126 and #117 reviews#613
GiggleLiu merged 5 commits intomainfrom
fix/126-ksat-subsetsum-attribution

Conversation

@GiggleLiu
Copy link
Copy Markdown
Contributor

Summary

Test plan

  • make paper builds clean
  • Verify citations render correctly in PDF

🤖 Generated with Claude Code

PR #599 (KSat→SubsetSum): Fix imprecise Karp 1972 attribution — the
direct 3-SAT→SubsetSum digit encoding follows Sipser (2012, Thm 7.56)
and CLRS (2022, §34.5.5), not Karp's original reduction tree. Add bib
entries for both textbooks.

PR #570 (GraphPartitioning): Add proper @Citations for Garey, Johnson
& Stockmeyer (1976) and Arora, Rao & Vazirani (2009) instead of
plain-text references. Add bib entries for both papers.

Regenerate problem_schemas.json and reduction_graph.json.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.53%. Comparing base (eecdef4) to head (16c5b18).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #613   +/-   ##
=======================================
  Coverage   96.53%   96.53%           
=======================================
  Files         210      210           
  Lines       28793    28793           
=======================================
  Hits        27796    27796           
  Misses        997      997           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

GiggleLiu and others added 4 commits March 12, 2026 23:01
Address review comment: explicitly state that brute-force O*(2^n) is
the best known unconditional exact algorithm, and cite Cygan et al.
(STOC 2014 / SICOMP 2019) for the FPT result parameterized by
bisection width.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
Add Step 1a between checkout and Copilot fixes to merge origin/main
into the PR branch. Resolves simple conflicts automatically; aborts
and reports for complex conflicts needing manual resolution.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
project-pipeline: Reorder Steps 0c/0d so eligibility check (source and
target models exist) runs before scoring. Only eligible issues get scored.

review-pipeline: Add Step 1a to merge origin/main into the PR branch
before fixing Copilot comments, catching conflicts early.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@GiggleLiu GiggleLiu merged commit 064d7dd into main Mar 12, 2026
3 checks passed
@GiggleLiu GiggleLiu deleted the fix/126-ksat-subsetsum-attribution branch April 12, 2026 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant