<div dir="ltr">Hi everyone,<div><br></div><div>I am not sure if there is something wrong with my setup, or if this is a bug, but I would appreciate any help in either case. Thank you in advance!<br></div><div><br></div><div>I have Clp version 1.16 set up on a Fedora machine. The compilation options are: enable_debug=yes, enable_gnu_packages=yes, and I am using blas and lapack. There are no problems when I run "make test".</div><div><br></div><div>However, on the following LP (which solves fine when using Bcp-1.4.3, which maybe is using an older version of Clp), when presolve (initial) is off, I get that the objective value is "nan". In the context this LP came up (but not when I saved it and ran it on its own), I got the following assertion failure: </div><div>../../../Clp/src/ClpSimplexDual.cpp:3216: int ClpSimplexDual::changeBounds(int, CoinIndexedVector*, double&): Assertion `!("should not be here")' failed.<br></div><div><br></div><div>Specifically, I get the error after the following two lines:</div><div>  solver.setHintParam(OsiDoPresolveInInitial, false); </div><div>  solver.initialSolve();</div></div>