Closed
Conversation
Implement the internal macro data compression problem (GJ SR23) with direct ILP reduction, CLI support, canonical example, and paper entry. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add W type parameter to MinimumTardinessSequencing: W=One for unit-length tasks (existing behavior), W=usize for arbitrary task lengths. Includes ILP reduction for both variants, canonical examples, and updated tests. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Implement the weighted tardy task scheduling problem (GJ SS3) with direct ILP reduction, CLI support, canonical example, and paper entry. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Implement the scheduling feasibility problem with compiler-class setup times (GJ SS6) with direct ILP reduction, CLI support, and paper entry. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Implement multiprocessor preemptive scheduling (GJ SS12) with binary time-slot assignment, direct ILP<i32> reduction, CLI support, and paper entry. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Implements the Open Shop Scheduling optimization model (minimize makespan) with a direct ILP reduction using disjunctive formulation (binary ordering variables + integer start times + makespan objective). Canonical example uses the 4 jobs × 3 machines instance with true optimal makespan = 8. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
Author
Implementation SummaryChanges
Deviations from Plan
Open Questions
|
Collaborator
Author
|
Closing - will be included in batch-models branch instead |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #959 +/- ##
==========================================
+ Coverage 97.89% 97.94% +0.04%
==========================================
Files 651 671 +20
Lines 71463 73707 +2244
==========================================
+ Hits 69959 72189 +2230
- Misses 1504 1518 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
No description provided.