Franz Wesselmann

Results 33 comments of Franz Wesselmann

This seems to be fixed by #1730 as well.

Unfortunately, I am not able to reproduce this yet. I suspect that its due to the fact that the problematic assertions do not take into account that the implied column...

I think reduction number 5144 is causing this. The model is solved to optimality with reduction limit 5143: `highs.setOptionValue("presolve_reduction_limit", 5143);` But it is infeasible when setting it to 5144: `highs.setOptionValue("presolve_reduction_limit",...

Some of the equality constraints in the model are poorly scaled. I think this may lead the presolve code to fix variables to incorrect values. For example, equality constraint 'r726'...

Hello! My understanding of the code is very limited, but it looks like the problematic assertion will always fail if there are free variables in the objective function. It looks...

> Thanks. There are bugs in the MIP presolve that we are steadily fixing. This can be added to the instances @fwesselm I just tried the `latest` branch, and this...

> This is great news @fwesselm > > This might be due to differences in compute environment but one thing that I want to flag is that the total solver...

I can reproduce this using the `latest` branch. However, the problem is solved to optimality when I reduce the `mip_feasibility_tolerance`: `highs.setOptionValue("mip_feasibility_tolerance", 1e-09);`