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