<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">Hello,<br></div><div dir="ltr"><div><br></div><div>I want to solve a Non-Linear Programming Problem with SCIP and I would like to know what is the default Non-Linear Local solver that SCIP calls at each step in order to obtain upper bounds during the branch and bound procedure.</div><div><br></div><div>We have installed the SCIP Optimization Suite version 7.0.2 using the source code for LINUX. It seems that by default the Ipopt solver is installed (I am not sure about this), so I suppose that this is the one that SCIP used by default.</div><div><br></div><div>However, I have reviewed the list of all scip parameters, and I have found the following parameter:</div><div><pre style="box-sizing:border-box;overflow:auto;font-family:monospace,fixed;font-size:14.7px;padding:4px 6px;margin:4px 8px 4px 2px;line-height:18.375px;word-break:break-all;color:rgb(51,51,51);background-color:rgb(251,252,253);border:1px solid rgb(196,207,229);border-radius:4px"># solver to use for solving NLPs; leave empty to select NLPI with highest priority
# [type: string, advanced: FALSE, default: ""]
nlp/solver = ""</pre></div><div><span style="color:rgb(51,51,51);font-family:"Open Sans",sans-serif;font-size:14px"><br></span></div><div>Thus, I do not have clear if it is mandatory to specify in this parameter "Ipopt". Furthermore, in case Ipopt is not installed (even any NLPs solver), how does SCIP to obtain upper bounds?</div><div><br></div><div>Thank you in advance,</div><div>Ángel M. González Rueda<br></div></div>
</div></div>