<div dir="ltr"><div>Dear SCIP Team members,</div><div><br></div><div>we are going to try ParaSCIP with rather hard MINLP (with polynomial functions) problems, which are generated by another application as NL-files containing initial values of variables.<br></div><div>To prepare input data for ParaSCIP we convert NL to PIP, CIP and OSIL formats, but initial values that are in NL, are not "passed" in converted PIP, CIP and OSIL files.<br></div><div><br></div><div>The content of [scipoptsuite-6.0.0/ug/check/instances/MINLP] folder of SCIP Opt. Suite distribution gave us "a hint" that ParaSCIP accepts problems in PIP, CIP, MPS and OSIL formats.</div><div>According to the list of input formats <a href="http://scip.zib.de/doc-6.0.0/html/group__FILEREADERS.php">http://scip.zib.de/doc-6.0.0/html/group__FILEREADERS.php</a> we tried to convert NL-files to PIP, CIP and OSIL.</div><div>It has been successfully done by SCIPAMPL running in interactive mode:</div><div>e.g. for NL-to-PIP convertion:</div><div>========================<br></div><div>>echo "write problem some.cip" | scipampl <a href="http://some.nl">some.nl</a> -i</div><div>written original problem to file <some.pip><br></div><div>========================<br></div><div>The issue is that our NL-file contains initial values of variables ("# initial guess" section in NL), but <some.pip|cip|osil> - does not have appropriate "initial values".</div><div><br></div><div>May be all these formats (PIP, CIP, OSIL) do not support initial values at all?</div><div><br></div><div>If so, are there any recommendations how to "extract" initial values to a file that can be passed to ParaSCIP via [-isol <initial solution file>] argument of parascip application?<br></div><div><br></div><div>We'll appreciate any advices,</div><div>Vladimir Voloshinov.<br> </div></div>