Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solver Configurator breaks when different TSP Solving methods are selected. #101

Open
koalamitice opened this issue Nov 5, 2024 · 2 comments
Assignees
Labels
type: bug/fix Something isn't working

Comments

@koalamitice
Copy link
Member

The solver configurator is not able to handle multiple solver for clusters. Example shown in the video - frontend breaks.
@Elscrux this occured while i wanted to re-create the example you described in our new paper.

The example also shows the issues with the automated re-scaling.

Video: https://youtu.be/eTvduj1sFwg

@koalamitice koalamitice added the type: bug/fix Something isn't working label Nov 5, 2024
@koalamitice
Copy link
Member Author

It seems like this problems occurs when issues arises when one subroutine of the solver throws an error.
This can have weird side effects.

For instance, when a 3 TSPs are transformed to QUBO, and one transformation has an error, the toolbox goes from showing 3x TSP to showing 2x QUBO.

@koalamitice
Copy link
Member Author

Bildschirmfoto 2024-11-18 um 11 09 46
Bildschirmfoto 2024-11-18 um 11 10 01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug/fix Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants