<div dir="ltr"><div>Dear SCIP team, </div><div>can you explain how to import variables' bounds from .bnd file (function readBounds() from SCIP  C API) </div><div>into the problem represented as AMPL NL-file (without bounds in original problem formulation). <br></div><div>I did the following.</div><div>1. </div><div>In the NL-file all variables have default names (<i>x0, x1, ...., xn, ..., xN</i>), N+1 - is the number of all vars.</div><div></div><div>2. </div><div>I created BND-file (with .bnd extension) containing strings in the following format (<i>lown</i> < <i>upn</i> for all): <br></div><div><i>x0 low0 up0</i></div><div><i>x1 low1 up1</i></div><div><i>...</i></div><div><div><i>xn lownnn upn</i></div><div><i>...</i></div><div><i>xN lowN  upN</i></div><div></div><div>3. </div><div>I called SCIP console (of the SCIP version 10.0.1) by the command<br></div><div><i>$ scip <a href="http://problem.nl">problem.nl</a> -AMPL -i</i><br></div><div>and then tried to read BND-file by the command<br></div><div><i>SCIP> read problem.bnd<br></i></div><div>As a result I've got the following warning<br><i>WARNING: unable to parse variable name in line 1 of bounds file <problem.bnd>:<br>WARNING: line is: x0 -1.92253738961094 0.0774626103890623<br>WARNING:   (further unknown variables are ignored)</i></div><div><i><br></i></div><div>What is my mistake?</div><div><br></div><div>Sincerely yours,<br></div><div>Vladimir.</div><div><i><br></i></div></div></div>