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
- OS: Ubuntu
- Version: 24.04.1 LTS
- SCIP version: 10.0.0
- How did you install
pyscipopt
? cloned from git repository
Additional 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?