Commit 36e4f70
committed
Restore MIXTURE to Phase 2 algorithm set
MIXTURE uses a neutral selection strategy (rule-based only, no MAX/MIN
bias) and a unique isomorphism pre-check, making it algorithmically
distinct from MAX and MIN. It serves as the fallback for reactions where
neither maximum nor minimum overlap bias resolves the mapping cleanly.
The selection comparator gives MIXTURE lowest priority so it only wins
when it produces better coverage/quality than the other three — restoring
it cannot degrade results on reactions where RINGS/MIN/MAX succeed.1 parent 83d27b2 commit 36e4f70
1 file changed
Lines changed: 4 additions & 4 deletions
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments