Commit 309179a
Merge foreach loops for gotGreater/gotSmaller and newMin/newMax computation
Compute $newMin/$newMax in the same loop that determines $gotGreater/$gotSmaller,
eliminating the duplicate foreach over $constantIntegers['b'] and $integerRanges['b'].
Also applies the symmetric fix for integer range generalization in the gotGreater &&
gotSmaller case (previously only fixed for constant integers).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 14a2154 commit 309179a
1 file changed
Lines changed: 27 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4100 | 4100 | | |
4101 | 4101 | | |
4102 | 4102 | | |
| 4103 | + | |
| 4104 | + | |
4103 | 4105 | | |
4104 | 4106 | | |
4105 | 4107 | | |
4106 | 4108 | | |
4107 | | - | |
4108 | | - | |
| 4109 | + | |
| 4110 | + | |
| 4111 | + | |
| 4112 | + | |
| 4113 | + | |
| 4114 | + | |
| 4115 | + | |
| 4116 | + | |
4109 | 4117 | | |
4110 | | - | |
4111 | | - | |
4112 | 4118 | | |
4113 | 4119 | | |
4114 | 4120 | | |
4115 | | - | |
4116 | | - | |
4117 | | - | |
4118 | | - | |
4119 | | - | |
4120 | | - | |
4121 | | - | |
4122 | | - | |
4123 | | - | |
4124 | | - | |
4125 | | - | |
4126 | | - | |
4127 | 4121 | | |
4128 | 4122 | | |
4129 | 4123 | | |
| |||
4174 | 4168 | | |
4175 | 4169 | | |
4176 | 4170 | | |
| 4171 | + | |
| 4172 | + | |
4177 | 4173 | | |
4178 | 4174 | | |
4179 | 4175 | | |
| |||
4189 | 4185 | | |
4190 | 4186 | | |
4191 | 4187 | | |
4192 | | - | |
4193 | | - | |
| 4188 | + | |
| 4189 | + | |
| 4190 | + | |
| 4191 | + | |
| 4192 | + | |
| 4193 | + | |
| 4194 | + | |
| 4195 | + | |
4194 | 4196 | | |
4195 | | - | |
4196 | | - | |
4197 | 4197 | | |
4198 | 4198 | | |
4199 | 4199 | | |
| |||
4202 | 4202 | | |
4203 | 4203 | | |
4204 | 4204 | | |
| 4205 | + | |
| 4206 | + | |
| 4207 | + | |
| 4208 | + | |
| 4209 | + | |
| 4210 | + | |
4205 | 4211 | | |
4206 | 4212 | | |
4207 | | - | |
| 4213 | + | |
4208 | 4214 | | |
4209 | 4215 | | |
4210 | 4216 | | |
| |||
0 commit comments