<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="auto">Dear SCIP developers,<div dir="auto"><br></div><div dir="auto">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 dir="auto"><br></div><div dir="auto">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 dir="auto"><br></div><div dir="auto">However, I have reviewed the list of all scip parameters, and I have found the following parameter:</div><div dir="auto"># solver to use for solving NLPs; leave empty to select NLPI with highest priority</div><div dir="auto"># [type: string, advanced: FALSE, default: ""]</div><div dir="auto">nlp/solver = ""</div><div dir="auto"><br></div><div dir="auto">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 dir="auto"><br></div><div dir="auto">Thank you in advance,</div><div dir="auto">Ángel M. González Rueda</div></div>