| Summary: | The match shows one male matches with two female | ||
|---|---|---|---|
| Product: | Group 13 Dating App System (vibing.com) | Reporter: | Varun <avbalaji2-c> |
| Component: | Stable Matching | Assignee: | Phudis Dawieang <pdawieang2-c> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | --- | ||
| Version: | 1 | ||
| Hardware: | PC | ||
| OS: | Windows | ||
|
Description
Varun
2020-12-07 21:11:08 HKT
The bug really happens, thanks for pointing it out. The bug occurs from the Stable_Matching.stable_match(). In the case that better partner is found, the new partner should be removed and added to the list of male who does not have pair yet. However, the previous code added the better partner to the list, thus causing the duplicate case. Again, thank you for pointing this out. The bug is resolved. |