Skip to content

Sense

Enumeration of optimization senses supported by the optimization system.

This enum defines the type of optimization used for a model. The type influences the domain and behavior of the model during optimization.

Max class

Max = Sense.Max

Enumeration of optimization senses supported by the optimization system.

This enum defines the type of optimization used for a model. The type influences the domain and behavior of the model during optimization.

Min class

Min = Sense.Min

Enumeration of optimization senses supported by the optimization system.

This enum defines the type of optimization used for a model. The type influences the domain and behavior of the model during optimization.

__eq__ method descriptor

__eq__(value)

Return self==value.

__ge__ method descriptor

__ge__(value)

Return self>=value.

__le__ method descriptor

__le__(value)

Return self<=value.

__repr__ method descriptor

__repr__()

Return repr(self).