You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calculation of the outer bounds for the weymouth relaxation in MISOCP could be improved/tightened. At the moment it assumes fmin <=0 and fmax >=0. We need to treat the cases where
fmin > 0, fmax > 0
fmin < 0, fmax < 0
special
The text was updated successfully, but these errors were encountered:
The calculation of the outer bounds for the weymouth relaxation in MISOCP could be improved/tightened. At the moment it assumes fmin <=0 and fmax >=0. We need to treat the cases where
fmin > 0, fmax > 0
fmin < 0, fmax < 0
special
The text was updated successfully, but these errors were encountered: