(enum from pyomo.common.config)
pyomo.common.config
Bases: Enum
Enum
DEPRECATED.
Deprecated since version 6.0: The ConfigEnum base class is deprecated. Directly inherit from enum.Enum and then use In() or InEnum() as the ConfigValue ‘domain’ for validation and int/string type conversions.
Methods
from_enum_or_string(arg)
from_enum_or_string
Member Documentation