![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Go to the source code of this file.
Namespaces | |
namespace | ortools |
namespace | ortools.math_opt |
namespace | ortools.math_opt.elemental |
namespace | ortools.math_opt.elemental.python |
namespace | ortools.math_opt.elemental.python.enums |
Variables | |
ortools.math_opt.elemental.python.enums.AttrValueType = TypeVar('AttrValueType', np.bool_, np.float64, np.int64) | |
ortools.math_opt.elemental.python.enums.AttrPyValueType = TypeVar('AttrPyValueType', bool, float, int) | |
ortools.math_opt.elemental.python.enums.AnyAttr = Union[BoolAttr0, BoolAttr1, IntAttr0, IntAttr1, DoubleAttr0, DoubleAttr1, DoubleAttr2, SymmetricDoubleAttr2, SymmetricDoubleAttr3, VariableAttr1] |