Commit f601a38
Fix incorrect expected value in zero-length-task test (#472 review)
The relaxed-validator test asserted Min(14) but the actual weighted
completion time for lengths [0,1,3], weights [3,5,1], schedule [0,1,2]
is 3*0 + 5*1 + 1*4 = 9. Surfaced during structural review of #472.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 1dce707 commit f601a38
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| |||
0 commit comments