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
Should this use self.state.lower_bound instead of self.state.upper_bound? Currently, if there are not any open nodes, then the lower bound gets set to the upper bound passed to this method.
The text was updated successfully, but these errors were encountered:
galini/galini/branch_and_bound/tree.py
Line 243 in 56a80fb
Should this use
self.state.lower_bound
instead ofself.state.upper_bound
? Currently, if there are not any open nodes, then the lower bound gets set to the upper bound passed to this method.The text was updated successfully, but these errors were encountered: