Open Matryoskas opened 7 months ago
I'll investigate, but using such extreme values in the matrix is asking for trouble
I've reproduced this and note that presolve performs one action for value up to 10^12, and a different action for 10^13 (and beyond, I guess). For value up to 10^12, there is a subsequent action that changes for 10^12, leading to an error.
Will investigate further, but not a priority for now
HiGHS reporting infeasibility with feasible problem.
Note that using
value = 10**11
orvalue = 10**13
reports feasibility Bug originating in scipy/scipy#20116Reproducing code
Result