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
This is preparation for the cutting plane method (#18805 ), which needs to read out a row of the dictionary.
(Seems cleaner than having to do "leave(i), get leaving_coefficients(), leave(None)".)
The patch is also adding @abstract_method stubs for the methods that the concrete dictionaries need to implement.