You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?