Conversation
Implementation SummaryChanges
Deviations from Plan
Open Questions
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #751 +/- ##
========================================
Coverage 97.62% 97.63%
========================================
Files 437 439 +2
Lines 53997 54251 +254
========================================
+ Hits 52715 52968 +253
- Misses 1282 1283 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Agentic Review ReportStructural CheckStructural Review: model MinimumDummyActivitiesPertStructural Completeness
Deterministic Checks
Build Status
Semantic Review
Issue Compliance (linked issue #301)
Summary
Quality CheckQuality ReviewDesign Principles
HCI (CLI changed)
Test Quality
IssuesCritical (Must Fix)
Important (Should Fix)
Minor (Nice to Have)
Summary
Agentic Feature TestsFeature Test Report: problem-reductionsDate: 2026-03-22 Summary
Per-Feature DetailsMinimumDummyActivitiesPert
Expected vs Actual Outcome
Issues Found
Suggestions
Generated by review-pipeline |
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…paper solve command - Subtract task-arc intersections from dummy count: when a non-merged arc's dummy coincides with a task arc, it doesn't add a new arc to the event network and shouldn't be counted. - Add regression test for DAG 0→1, 1→2, 0→2 (optimal = 0 dummies). - Fix paper's pred solve command to include --solver brute-force. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Summary
Add the implementation plan for MinimumDummyActivitiesPert and execute issue #301.
Fixes #301