Open Maldini32 opened 9 months ago
Thank you for identifying this issue and providing a detailed explanation of the required changes. To help resolve this more efficiently, please consider submitting a Pull Request (PR) with your suggested code modifications. This will allow us to review, test, and merge the fix quickly. Let us know if you need any assistance with the PR process!
Environment
What is happening?
The problem regards the method parse_gset_format, which should be updated in order to correctly read the files.
While in the library version we can find this content in lines 117 to 120:
They should be replace with these lines in order to properly assign the weight to the edges:
How can we reproduce the issue?
The problem is solved by modifying the 120 to:
What should happen?
By modifying this line the weights will be correctly assigned to the problem instance.
Any suggestions?
No response