issues
search
ERGO-Code
/
HiGHS
Linear optimization software
MIT License
994
stars
185
forks
source link
Row presolve: Add lambda to check forcing rows
#1968
Closed
fwesselm
closed
1 month ago
fwesselm
commented
1 month ago
Add lambda to
HPresolve::rowPresolve
to check if a forcing row can be removed. This reduces the amount of similar code and shortens it.
Testing on 850+ MIPs showed that changes do not cause any behavior changes.
HPresolve::rowPresolve
to check if a forcing row can be removed. This reduces the amount of similar code and shortens it.