Variable.as_tuple¶ Variable.as_tuple()[ソース]¶ Returns a tuple corresponding to this variable. 戻り値の型 Tuple[str, Union[float, int], Union[float, int], VarType] 戻り値 A tuple corresponding to this variable consisting of name, lowerbound, upperbound and variable type.