Antonia Chmiela
Antonia Chmiela
Hi Selin, thank you for your patience! Your observation is correct: `SCIPcolGetRows()` returns an array containing all the rows a column appears in and it is always sorted such that...
Hi Brannon, please excuse the late reply and thank you for your patience! In ``nlhdlr_quadratic.c``, the rays are created by calling ``createAndStoreSparseRays()``. I think the documentation of that function (lines...
Hi Brannon, you are right, SCIP does not transform the LP into standard form. Every row and column has lower and upper bounds (which might be set to infinity). You...
I am not sure, what you mean with "Rays are scalable by definition". The goal of getting the rays in `nlhdlr_quadratic.c` is to get the corner polyhedron at the current...