![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
DO NOT EDIT: This file is autogenerated.
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] | |
| ortools.math_opt.elemental.python.enums.AnyAttr = Union[BoolAttr0, BoolAttr1, IntAttr0, IntAttr1, DoubleAttr0, DoubleAttr1, DoubleAttr2, SymmetricDoubleAttr2, SymmetricDoubleAttr3, VariableAttr1] |
| ortools.math_opt.elemental.python.enums.AttrPyValueType = TypeVar('AttrPyValueType', bool, float, int) |