Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Go to the source code of this file.
Namespaces | |
namespace | ortools |
namespace | ortools.linear_solver |
namespace | ortools.linear_solver.python |
namespace | ortools.linear_solver.python.model_builder |
Variables | |
ortools.linear_solver.python.model_builder.NumberT = Union[int, float, numbers.Real, np.number] | |
ortools.linear_solver.python.model_builder.IntegerT = Union[int, numbers.Integral, np.integer] | |
ortools.linear_solver.python.model_builder.LinearExprT = Union["LinearExpr", NumberT] | |
ortools.linear_solver.python.model_builder.ConstraintT = Union["_BoundedLinearExpr", bool] | |
ortools.linear_solver.python.model_builder._IndexOrSeries = Union[pd.Index, pd.Series] | |
ortools.linear_solver.python.model_builder._VariableOrConstraint = Union["LinearConstraint", "Variable"] | |
ortools.linear_solver.python.model_builder.SolveStatus = mbh.SolveStatus | |
int | ortools.linear_solver.python.model_builder._MAX_LINEAR_EXPRESSION_REPR_TERMS = 5 |
ortools.linear_solver.python.model_builder.ModelBuilder = Model | |
ortools.linear_solver.python.model_builder.ModelSolver = Solver | |