Open Yi-Shi94 opened 3 years ago
Hey Shi,
I will look into this. There could be an easy way in which you just add dummy columns (if m > n) or dummy rows (if m < n).
In the mean time, my other code: https://github.com/lauziere/BTP is able to handle the m!n case. It uses a different algorithm than Murty's to yield the K best solutions. I'll add more details on how to use this code.
Is it possible to add this feature?