ConfigEnum
(enum from pyomo.common.config
)
- enum pyomo.common.config.ConfigEnum(value)[source]
Bases:
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)Member Documentation