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.math_opt |
namespace | ortools.math_opt.python |
namespace | ortools.math_opt.python.hash_model_storage |
Functions | |
None | ortools.math_opt.python.hash_model_storage._set_sparse_double_vector (Iterable[Tuple[int, float]] id_value_pairs, sparse_containers_pb2.SparseDoubleVectorProto proto) |
None | ortools.math_opt.python.hash_model_storage._set_sparse_bool_vector (Iterable[Tuple[int, bool]] id_value_pairs, sparse_containers_pb2.SparseBoolVectorProto proto) |
None | ortools.math_opt.python.hash_model_storage._variables_to_proto (Iterable[Tuple[int, _VariableStorage]] variables, model_pb2.VariablesProto proto) |
None | ortools.math_opt.python.hash_model_storage._linear_constraints_to_proto (Iterable[Tuple[int, _LinearConstraintStorage]] linear_constraints, model_pb2.LinearConstraintsProto proto) |
Variables | |
ortools.math_opt.python.hash_model_storage._QuadraticKey = model_storage.QuadraticTermIdKey | |