Skip to content

If compile SCIPOpt suite using git repository of every projects, output does not come out to console in real time #896

@adover134

Description

@adover134

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
image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions