-
Notifications
You must be signed in to change notification settings - Fork 257
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
Kernel restarts without showing reason when calling solveConcurrent() on jupyter while SCIP is compiled with TPI=tny #885
Comments
Hey @adover134! Does Mark's answer in #883 solve your problem? |
Hello @Joao-Dionisio. As I mentioned in my question, I installed with master branch. This was what Mark's answer suggested. |
Mark suggested installing the master branch of SCIP, not PySCIPOpt |
I installed the recent tarball of scipoptsuite from https://scipopt.org/#download, is it different with main branch of SCIP? Edit: I checked the github. It seems tarball is not up-to-date, since master branch was updated only two days ago. I should try it next time. |
I thought I overwrote the folder, but seems not. I will try once again after remove the original folder and replace with the cloned master branch. |
Thanks, @Joao-Dionisio. I confused |
I thought this was solved since it could solve very basic one. However, when I tried a big model which has around 15k constraints, I could not get output on console. Also, I tried to use optimize() this time, but also not showing any output. There must be a kind of output problem on compiling with TPI=tny. |
Hey @adover134! Glad you could solve your original problem. Can you please create a new issue with your new problem? ANd also, can you share what you're trying to run? That way I can run it locally and see if I can figure out anything. Depending on the problem, 15k constraints might be huge, and a reason for the output not showing. |
I can open new issue, but cannot upload the model since it is directly related to my research. Also, I can say that when I compiled with scipsuite tarball, it showed output even with almost 20k constraints. |
@adover134 Sorry for not answering this quickly. Happy to know that the problem is actually fixed in SCIP master! Thanks for handling this @Joao-Dionisio ! |
If you are okay, then please wait some minutes while I open current problem as new issue. Thank you. |
Describe the bug
Calling solveConcurrent() killed kernel without any error code.
To Reproduce
Run a model with solveConcurrent() with SCIP compiled with TPI=tny using jupyter notebook.
The example model I tried is this:
Expected behavior
The solver should run without error. Also, A should be 1 in the solution.
System
pyscipopt
? I installed by git clone the master branch.Additional context
When tried
make test
, SCIP showed error on some of tests.The text was updated successfully, but these errors were encountered: