Lucas Pierezan Magalhães

Results 6 issues of Lucas Pierezan Magalhães

**Describe the bug** The attached model is infeasible when run with a presolve and optimal when run without a presolve. Is this a bug or would it be expected somehow?...

## Description The attached model is infeasible when run with a presolve and optimal when run without a presolve. This only happens when I lower mip_feasibility_tolerance. Is this a bug...

code-quality
MIP
MIP Presolve

## Summary HiGHS solver does not update the model correctly after a sequence of variable fix/unfix. This only occurs when the treat_fixed_vars_as_params flag is True (the default option). ### Steps...

bug
pyomo.solvers
pyomo.contrib

## Summary Using the solver obtained by SolverFactory('scip'): If a variable, active in the Pyomo model, does not appear in any constraint (or appears with a coefficient 0) then after...

bug
pyomo.solvers

## Summary I´m solving a pyomo model using scip solver. The scip log indicates primal bounds and dual bounds but with some numerical error message after the lp solver. ![image](https://github.com/Pyomo/pyomo/assets/856658/82aad34d-85bd-4a36-963c-1e1cc0c50ef1)...

bug
pyomo.solvers

## Summary Hello, I run hundreds of optimizations a day using Pyomo with the HiGHS Appsi interface. Certain optimizations, non-deterministically, cause the thread to freeze without any text output to...

bug