-
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
Error 0xC0000005 when changing the node selection method #819
Comments
Hey @gwenmaudet |
Hello, |
er_n=54_m=850_p=0.60_SET2_setparam=100.00_alpha=0.50.txt Hello, finally, that code does not work. |
To reproduce the problem please note that
Function SCIPnodeFocus() of libscip.so.9.0 is where the segfault occurs. You can also find the coredump file in the zip file. |
Describe the bug
I want to give a score to a partial node according to the features of this node, and then execute Best First Search to define the search strategy of the branch-and-bound. However, for some scoring function, the program terminate with "Process finished with exit code -1073741819 (0xC0000005)".
You can find the instance file here :
er_n=50_m=737_p=0.60_SET2_setparam=100.00_alpha=0.50.txt
(attached as txt, maybe need to change it back to .lp)
To Reproduce
Expected behavior
In most of the cases, the algorithm terminates, and return the solving time. In some specific scoring function (the one presented here), it doesn't finish. One weird thing is that the open node lists are all empty, normally meaning that the algorithm terminates properly..
Describe the bug
OS: Windows 10
PySCIPOpT version: 5.0.0
python version: 3.12
The text was updated successfully, but these errors were encountered: