boundlab.expr.ExprFlags#

class boundlab.expr.ExprFlags[source]#

Bases: Flag

Flags indicating expression properties for optimization.

NONE = 0#
SYMMETRIC_TO_0 = 1#

The feasible region is symmetric about zero.

PRINT_FUSE = 2#

Expression should be fused with parent when printing.

IS_CONST = 4#

Expression represents a constant value.

IS_AFFINE = 8#

Expression represents an affine transformation of its inputs.

__new__(value)#