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
Refactor variable value retrieval to use get_values
Replaces calls to the deprecated get_variable_values method with get_values throughout the codebase for consistency and future compatibility. Adds a deprecation warning to get_variable_values in SolverWrapper, and updates related documentation and comments. This change modernizes variable retrieval and prepares for the eventual removal of the old method.
0 commit comments