[SCIP] Help with setting up parallel solve in pyscipopt

Ambros Gleixner gleixner at zib.de
Wed Apr 12 14:34:51 CEST 2023


Hi Hon Fai,

Did you see the description at

    https://github.com/scipopt/PySCIPOpt/blob/master/INSTALL.md

?  You may have to set `export SCIPOPTDIR=<path_to_install_dir>` in your 
shell.

Best,
Ambros

Am 11.04.2023 um 21:08 schrieb Hon Fai Vuong:
> Hello All,
>      I'm new to SCIP and wanted to try running with concurrent opt 
> mode.  I'm working on Linux and was able to install the scip package via 
> cond-forge, but when I attempted to use the parallel functionality via 
> solveConcurrent(),
> 
> I received the following warning:
> 
> *UserWarning('SCIP was compiled without task processing interface. 
> Parallel solve not possible - using optimize() instead of 
> solveConcurrent()')*
> 
> I read that by default SCIP isn't compiled with the TPI option, so went 
> through the process of building it after much fumbling around.
> I can solve problems via command line with parallel mode with the 
> rebuilt version.
> 
> My question now is how to I tell psyscipopt to use that version?  I 
> naively created a symlink to point the version of scipt in my virtual 
> environment to the rebuilt version, but still running into the same problem.
> 
> Any help would be appreciated.
> 
> Thanks,
> Hon Fai
> 
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip


More information about the Scip mailing list