[SCIP] Question about using SCIP

Yuji Shinano shinano at zib.de
Tue Jan 23 10:49:41 CET 2018


Hi,

> I am using ParaSCIP to solve a MIP problem, but only the final solution can be saved into a result 
> file  after the solving by setting the parameter 'SolutionFilePath'. If I want to save all the 
> feasible sollutions found in the solving process, what parameter can be used to realize my purpose?

Please set the following parameter to UG setting file.
Quiet = FALSE

For run command (mpirun or mpiexec), please set "-q" option to avoid all solvers SCIP output.
Then you can have all incumbent solutions to the solution file.

Best, Yuji


More information about the Scip mailing list