-
Notifications
You must be signed in to change notification settings - Fork 252
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
VRP example: [SCIP] Exception: SCIP: method cannot be called at this time in solution process! #796
Comments
Thank you for the report, @leoneifler! Looking at this properly would take some time, it will not be a priority for now, on my end. |
Yes, I know. I just wanted to open an issue so it does not get lost. |
Dear support team, I am trying to play around with the code and I can see the following points. (Also at least as I could try)
The second part is to add the capacity cuts of the form (
It seems the code works well without throwing any issues and the solver output is as follows:
Although the solver added the capacity cuts, it seems these kinds of cuts are not sufficient to achive a feasible solution and it does need to add other cuts. As I am not well familiar with VRP types, maybe someone with more experience would help to add some comments. (If I can find more details, I will add). Please, see and check that. |
Describe the bug
When running the "VRP.py" example, the problem occurs
To Reproduce
Run the "VRP.py" example
Expected behavior
No error should be triggered
Screenshots
System
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: