-
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
If compile SCIPOpt suite using git repository of every projects, output does not come out to console in real time #896
Comments
Hey, @adover134! Wait, is the output not showing in your screenshot? Or is that you only showing the desired output? In your code snippet you are using |
Hello, @Joao-Dionisio. |
I understand you not wanting to share your code on a public forum, but would it be possible to invite me to a google colab or something, where I would be able to run the code? My email is up201606210[at]up[dot]pt You could then kick me out as soon as you want, of course |
The console I am saying is the terminal which is running the jupyter notebook. And I think this problem is not related to model. This happens with any model on the same environment. You do not need the specific model to test it. |
Before I send or not, I want to try some other models once again. I will send it if it happens on some more models. |
I haven't used Jupyter for some time, but I would say that it is a feature of the notebook. Take this with a grain of salt though. |
@Opt-Mucca, sorry that I saw it right now. I will explain what I was saying. Also you can see that this table shows many columns. |
I think I need a summary of the problem. I will write what I understand currently.
|
@Opt-Mucca, I will answer what happened on your questions.
If this is not enough, please let me know what information I need to check. |
Describe the bug
#887 (comment)
This is extension from the link.
I installed Ubuntu server 24.04.
I downloaded SCIPsuite tarball from the following link.
https://www.scipopt.org/index.php#download
I unzipped tarball, then removed gcg, soplex, papilo, zimpl, scip folders.
Then I cloned up-to-date version of each folders from git hub.
I installed Ipopt by cloning from git hub.
This is because MUMPS was required by PySCIPOpt.
After installing Ipopt, I installed SCIPsuite with TPI=tny option.
Then I installed PySCIPOpt by cloning git repository.
After successful(?) installation, I tried to solve my model.
However, when I was not using redirectOutput(), the console did not showed output in real time.
To Reproduce
I used master branch of each projects given by scipopt.
Expected behavior
The output should be printed on terminal (console) in real time while not using redirectOutput().
Screenshots
System
pyscipopt
? cloned from git repositoryAdditional context
I used
m.setParam('display/dualbound/active', 0)
.However, it worked as
m.setParam('display/nnodes/active', 0)
and also not showing completion percentage.This one is more easy to fix, right?
The text was updated successfully, but these errors were encountered: