<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p> </p>
<p>Hello list,</p>
<p>I'm missing something about parameter forcecut in function SCIPaddCut()</p>
<p>Taking into acount this previous question</p>
<p><a href="http://listserv.zib.de/pipermail/scip/2013-June/001521.html">http://listserv.zib.de/pipermail/scip/2013-June/001521.html</a></p>
<p>and Tobias Achterberg's thesis Section 3.3.8, I though that next two options will be similar</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;">Option 1</span></p>
<p style="padding-left: 30px;">forcecut = false</p>
<p style="padding-left: 30px;">SCIP_CALL( SCIPsetIntParam(scip, "separating/maxroundsroot", -1) );<br /> SCIP_CALL( SCIPsetIntParam(scip, "separating/maxrounds", 0) );<br /> SCIP_CALL( SCIPsetRealParam(scip, "separating/minefficacyroot", 0.0) );</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;">Option 2</span></p>
<p style="padding-left: 30px;">forcecut = true</p>
<p style="padding-left: 30px;"><span>SCIP_CALL( SCIPsetIntParam(scip, "separating/maxroundsroot", -1) );</span><br /><span>SCIP_CALL( SCIPsetIntParam(scip, "separating/maxrounds", 0) );</span></p>
<p><span>But really Option 1 does not add cuts. What's going on? I guessed I was not requiring nothing to cuts.</span></p>
<p><span>With</span></p>
<p><span>SCIP_CALL( SCIPsetRealParam(scip, "separating/minorthoroot", 0.0) );</span></p>
<p><span>I have the same. And</span><span> I cannot change parameter separating/objparalfrac.</span></p>
<p><span>Best and thanks.</span></p>
<p><span>Diego.</span></p>
<div> </div>
</body></html>