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
If the atom associated with bound x >= l is true, then all atoms associated with bounds x <= u such that u < l can be made false. Furthermore, one can use bounds of non-basic variables to infer bounds for basic variables. These bounds can then be used to propagate atoms as mentioned before.
Update: Preliminary support has been implemented. I'll keep this issue open for now.
The text was updated successfully, but these errors were encountered:
If the atom associated with bound
x >= l
is true, then all atoms associated with boundsx <= u
such thatu < l
can be made false. Furthermore, one can use bounds of non-basic variables to infer bounds for basic variables. These bounds can then be used to propagate atoms as mentioned before.Update: Preliminary support has been implemented. I'll keep this issue open for now.
The text was updated successfully, but these errors were encountered: