-
Notifications
You must be signed in to change notification settings - Fork 2
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
Problem Graph #51
Problem Graph #51
Conversation
This seems to be a backend issue. I'll fix it on #78 |
…th all subroutines
@Elscrux the VRP problem mask nearly works now. There is still an issue that the Solution is not shown in the Solution Tab. Everything else seems to work fine. Screenshot of the problem: (No Solution shown, even though problem was solved successfully) |
Might be a backend issue. Could you confirm with the debugger or so that the solution is properly set? |
Thanks for the input, was actually a backend issue. The clusterers did not set any solutionData. Fixed with: ProvideQ/toolbox-server#86 |
1625361
to
71fe5b9
Compare
71fe5b9
to
199e0bd
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested Changes locally, everything looks good now!
Reworked solver configuration with graph based approach.