Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.math_opt.elemental.python.enums Namespace Reference

Classes

class  Attr
class  BoolAttr0
class  BoolAttr1
class  DoubleAttr0
class  DoubleAttr1
class  DoubleAttr2
class  ElementType
class  IntAttr0
class  IntAttr1
class  PyAttr
class  SymmetricDoubleAttr2
class  SymmetricDoubleAttr3
class  VariableAttr1

Variables

 AttrValueType = TypeVar('AttrValueType', np.bool_, np.float64, np.int64)
 AttrPyValueType = TypeVar('AttrPyValueType', bool, float, int)
 AnyAttr = Union[BoolAttr0, BoolAttr1, IntAttr0, IntAttr1, DoubleAttr0, DoubleAttr1, DoubleAttr2, SymmetricDoubleAttr2, SymmetricDoubleAttr3, VariableAttr1]

Detailed Description

DO NOT EDIT: This file is autogenerated.

Variable Documentation

◆ AnyAttr

Definition at line 79 of file enums.py.

◆ AttrPyValueType

ortools.math_opt.elemental.python.enums.AttrPyValueType = TypeVar('AttrPyValueType', bool, float, int)

Definition at line 18 of file enums.py.

◆ AttrValueType

ortools.math_opt.elemental.python.enums.AttrValueType = TypeVar('AttrValueType', np.bool_, np.float64, np.int64)

Definition at line 16 of file enums.py.