<div dir="ltr">Dear all,<div><br></div><div>I'm having an odd problem that was not happening with v3.0.2. I solve the attached problem calling scip from the command line on Ubuntu Saucy.</div><div><br></div><div>$ ./scip-3.1.0.linux.x86_64.gnu.opt.spx -q  -c "read /tmp/model-tpb28d93c2_6fe6_44cf_b8ca_8e95135f2fac.pip" -c "set display verblevel 0" -c "set limits solutions 1" -c "optimize" -c "write solution /tmp/model-tpb28d93c2_6fe6_44cf_b8ca_8e95135f2fac-sol.txt" -c "quit"<br>
</div><div><br></div><div>The file it writes with the solution is empty.</div><div><br></div><div>However, if I do the same in interactive mode</div><div><br></div><div><div>$ ./scip-3.1.0.linux.x86_64.gnu.opt.spx </div><div>
SCIP version 3.1.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 2.0.0] [GitHash: 577ee45]</div><div>Copyright (c) 2002-2014 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)</div><div><br>
</div><div>External codes: </div><div>  SoPlex 2.0.0         Linear Programming Solver developed at Zuse Institute Berlin (<a href="http://soplex.zib.de">soplex.zib.de</a>) [GitHash: 568f354]</div><div>  cppad-20140000.1     Algorithmic Differentiation of C++ algorithms developed by B. Bell (<a href="http://www.coin-or.org/CppAD">www.coin-or.org/CppAD</a>)</div>
<div>  ZLIB 1.2.8           General purpose compression library by J. Gailly and M. Adler (<a href="http://zlib.net">zlib.net</a>)</div><div>  GMP 5.1.3            GNU Multiple Precision Arithmetic Library developed by T. Granlund (<a href="http://gmplib.org">gmplib.org</a>)</div>
<div>  ZIMPL 3.3.2          Zuse Institute Mathematical Programming Language developed by T. Koch (<a href="http://zimpl.zib.de">zimpl.zib.de</a>)</div><div>  Ipopt 3.11.7         Interior Point Optimizer developed by A. Waechter <a href="http://et.al">et.al</a>. (<a href="http://www.coin-or.org/Ipopt">www.coin-or.org/Ipopt</a>)</div>
<div><br></div><div>user parameter file <scip.set> not found - using default parameters</div><div><br></div><div>SCIP> read /tmp/model-tpb28d93c2_6fe6_44cf_b8ca_8e95135f2fac.pip</div><div><br></div><div>read problem </tmp/model-tpb28d93c2_6fe6_44cf_b8ca_8e95135f2fac.pip></div>
<div>============</div><div><br></div><div>original problem has 46 variables (0 bin, 0 int, 0 impl, 46 cont) and 126 constraints</div><div>SCIP> set display verblevel 0</div><div>display/verblevel = 0</div><div>SCIP> set limits solutions 1</div>
<div>limits/solutions = 1</div><div>SCIP> optimize</div><div><br></div><div><br></div><div>******************************************************************************</div><div>This program contains Ipopt, a library for large-scale nonlinear optimization.</div>
<div> Ipopt is released as open source code under the Eclipse Public License (EPL).</div><div>         For more information visit <a href="http://projects.coin-or.org/Ipopt">http://projects.coin-or.org/Ipopt</a></div><div>
******************************************************************************</div><div><br></div><div><br></div><div>SCIP> write solution /tmp/model-tpb28d93c2_6fe6_44cf_b8ca_8e95135f2fac-sol.txt</div><div><br></div>
<div>written solution information to file </tmp/model-tpb28d93c2_6fe6_44cf_b8ca_8e95135f2fac-sol.txt></div><div><br></div><div>SCIP> quit</div><div><br></div><div><br></div><div>The output solution file is not empty (please find attached).</div>
<div><br></div><div>Likewise, if I run from the command line, but calling the previous version of SCIP, </div><div><br></div><div>./scip-3.0.2.linux.x86_64.gnu.opt.spx -q  -c "read /tmp/model-tpb28d93c2_6fe6_44cf_b8ca_8e95135f2fac.pip" -c "set display verblevel 0" -c "set limits solutions 1" -c "optimize" -c "write solution /tmp/model-tpb28d93c2_6fe6_44cf_b8ca_8e95135f2fac-sol.txt" -c "quit"<br>
</div><div><br></div><div>then the solution file is not empty either.</div><div><br></div><div><br></div><div>Best regards,</div><div><br></div><div>Ramon.</div><br clear="all"><div><br></div>-- <br><div dir="ltr">Dr. Ramón Casero Cañas<br>
<br>Institute of Biomedical Engineering<br>Department of Engineering Science, University of Oxford<br>Old Road Campus Research Building, Headington <br>Oxford <br>OX3 7DQ<br>UK<br><br>tlf         +44 (0) 1865 617716<br>twitter   @Ramon_Casero<br>
web      <a href="http://www.cs.ox.ac.uk/people/Ramon.CaseroCanas/" target="_blank">http://www.cs.ox.ac.uk/people/Ramon.CaseroCanas/</a><br></div>
</div></div>