[Scip] how to get non optimal solutions

Tobias Achterberg achterberg at zib.de
Tue Dec 2 16:11:45 MET 2008



Harzallah, Yosri wrote:
> Sorry, my question should have been more precise:
> How can I set the values for these parameters in the .set file? 
> I tried to look into samples of .set files but they have more than a thousand parameter
> and I didn't find the relevant ones... 

That's easy. Just call SCIP, then set the parameters via the "set" command, and then save 
the modified parameters into a .set file by entering

set diff mysettings.set

(the "set diff" command, as opposed to the "set save" command, only stores the parameters 
with non-default value in the .set file).


Tobias


More information about the Scip mailing list