(function from pyomo.contrib.mindtpy.util)
pyomo.contrib.mindtpy.util
Extract the value of integer variables from the provided model.
model (Pyomo model) – The model to extract value of integer variables.
string_zero (bool, optional) – Whether to store zero as string, by default False.
The tuple of integer variable values.
tuple