[Scip] Heuristic parameters not recognized

Andrea Taverna andrea.taverna at unimi.it
Tue Oct 21 00:53:10 CEST 2014


Hi Ambros,

I'm sorry, I made a mistake in the mail. In the parameters file it is 
correctly written as

heuristics/simplerounding/freq

Here you can find the actual file:

http://pastebin.com/download.php?i=DsEpGeaJ


TIA

best regards,
Andrea
Il 21/10/2014 00:34, Ambros Gleixner ha scritto:
> Hi Andrea,
>
> you were missing the /freq, e.g., "heuristics/oneopt/simplerounding/freq
> = -1".
>
> Best regards,
> Ambros
>
>
> Am 20.10.2014 um 23:14 schrieb Andrea Taverna:
>> Hello everyone,
>>
>> I'm using SCIP 3.1.0 callable library for a column generation algorithm
>> and I would like to disable all the primal heuristics.
>>
>> I tried writing something like "heuristics/oneopt/simplerounding = -1"
>> in the scip parameter file, which I've been successfully using before
>> for other parameters, but SCIP complains that the parameters , e.g.
>> heuristics/oneopt/simplerounding, do not exist.
>>
>> The heuristic parameters are copy-pasted from the output of SCIP command
>> "set heuristics emphasis off". I'm pretty sure they're written correctly.
>>
>> What I am missing?
>>
>> TIA
>>
>> Andrea Taverna
>> _______________________________________________
>> Scip mailing list
>> Scip at zib.de
>> http://listserv.zib.de/mailman/listinfo/scip
>



More information about the Scip mailing list