Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::ModelStorageV2 Member List

This is the complete list of members for operations_research::math_opt::ModelStorageV2, including all inherited members.

AddAtomicConstraint(ConstraintData data)operations_research::math_opt::ModelStorageV2inline
AddAuxiliaryObjective(int64_t priority, absl::string_view name="")operations_research::math_opt::ModelStorageV2inline
AddLinearConstraint(absl::string_view name="")operations_research::math_opt::ModelStorageV2inline
AddLinearConstraint(double lower_bound, double upper_bound, absl::string_view name="")operations_research::math_opt::ModelStorageV2inline
AddVariable(absl::string_view name="")operations_research::math_opt::ModelStorageV2inline
AddVariable(double lower_bound, double upper_bound, bool is_integer, absl::string_view name="")operations_research::math_opt::ModelStorageV2inline
AdvanceCheckpoint(UpdateTrackerId update_tracker)operations_research::math_opt::ModelStorageV2
ApplyUpdateProto(const ModelUpdateProto &update_proto)operations_research::math_opt::ModelStorageV2
AuxiliaryObjectives() constoperations_research::math_opt::ModelStorageV2inline
clear_objective(ObjectiveId id)operations_research::math_opt::ModelStorageV2inline
Clone(std::optional< absl::string_view > new_name=std::nullopt) constoperations_research::math_opt::ModelStorageV2
constraint_data(IdType id) constoperations_research::math_opt::ModelStorageV2inline
Constraints() constoperations_research::math_opt::ModelStorageV2
ConstraintsWithVariable(VariableId variable_id) constoperations_research::math_opt::ModelStorageV2inline
DeleteAtomicConstraint(IdType id)operations_research::math_opt::ModelStorageV2inline
DeleteAuxiliaryObjective(AuxiliaryObjectiveId id)operations_research::math_opt::ModelStorageV2inline
DeleteLinearConstraint(LinearConstraintId id)operations_research::math_opt::ModelStorageV2
DeleteUpdateTracker(UpdateTrackerId update_tracker)operations_research::math_opt::ModelStorageV2
DeleteVariable(VariableId id)operations_research::math_opt::ModelStorageV2
ensure_next_auxiliary_objective_id_at_least(AuxiliaryObjectiveId id)operations_research::math_opt::ModelStorageV2inline
ensure_next_constraint_id_at_least(IdType id)operations_research::math_opt::ModelStorageV2inline
ensure_next_linear_constraint_id_at_least(LinearConstraintId id)operations_research::math_opt::ModelStorageV2inline
ensure_next_variable_id_at_least(VariableId id)operations_research::math_opt::ModelStorageV2inline
ExportModel(const bool remove_names=false) constoperations_research::math_opt::ModelStorageV2inline
ExportModelUpdate(const UpdateTrackerId update_tracker, const bool remove_names=false) constoperations_research::math_opt::ModelStorageV2inline
ExportModelUpdateV2(UpdateTrackerId update_tracker, bool remove_names=false) constoperations_research::math_opt::ModelStorageV2
ExportModelV2(bool remove_names=false) constoperations_research::math_opt::ModelStorageV2
FromModelProto(const ModelProto &model_proto)operations_research::math_opt::ModelStorageV2static
GetConstraintData(IdType id) constoperations_research::math_opt::ModelStorageV2inline
has_auxiliary_objective(AuxiliaryObjectiveId id) constoperations_research::math_opt::ModelStorageV2inline
has_constraint(IdType id) constoperations_research::math_opt::ModelStorageV2inline
has_linear_constraint(LinearConstraintId id) constoperations_research::math_opt::ModelStorageV2inline
has_variable(VariableId id) constoperations_research::math_opt::ModelStorageV2inline
is_linear_constraint_coefficient_nonzero(LinearConstraintId constraint, VariableId variable) constoperations_research::math_opt::ModelStorageV2inline
is_linear_objective_coefficient_nonzero(ObjectiveId id, VariableId variable) constoperations_research::math_opt::ModelStorageV2inline
is_maximize(ObjectiveId id) constoperations_research::math_opt::ModelStorageV2inline
is_quadratic_objective_coefficient_nonzero(ObjectiveId id, VariableId first_variable, VariableId second_variable) constoperations_research::math_opt::ModelStorageV2inline
is_variable_integer(VariableId id) constoperations_research::math_opt::ModelStorageV2inline
linear_constraint_coefficient(LinearConstraintId constraint, VariableId variable) constoperations_research::math_opt::ModelStorageV2inline
linear_constraint_lower_bound(LinearConstraintId id) constoperations_research::math_opt::ModelStorageV2inline
linear_constraint_matrix() constoperations_research::math_opt::ModelStorageV2inline
linear_constraint_name(LinearConstraintId id) constoperations_research::math_opt::ModelStorageV2inline
linear_constraint_upper_bound(LinearConstraintId id) constoperations_research::math_opt::ModelStorageV2inline
linear_constraints_with_variable(VariableId variable) constoperations_research::math_opt::ModelStorageV2inline
linear_objective(ObjectiveId id) constoperations_research::math_opt::ModelStorageV2inline
linear_objective_coefficient(ObjectiveId id, VariableId variable) constoperations_research::math_opt::ModelStorageV2inline
LinearConstraints() constoperations_research::math_opt::ModelStorageV2
LinearObjectiveNonzeros(ObjectiveId id) constoperations_research::math_opt::ModelStorageV2
ModelStorageV2(absl::string_view model_name="", absl::string_view primary_objective_name="")operations_research::math_opt::ModelStorageV2inlineexplicit
ModelStorageV2(const ModelStorageV2 &)=deleteoperations_research::math_opt::ModelStorageV2
name() constoperations_research::math_opt::ModelStorageV2inline
NewUpdateTracker()operations_research::math_opt::ModelStorageV2
next_auxiliary_objective_id() constoperations_research::math_opt::ModelStorageV2inline
next_constraint_id() constoperations_research::math_opt::ModelStorageV2inline
next_linear_constraint_id() constoperations_research::math_opt::ModelStorageV2inline
next_variable_id() constoperations_research::math_opt::ModelStorageV2inline
num_auxiliary_objectives() constoperations_research::math_opt::ModelStorageV2inline
num_constraints() constoperations_research::math_opt::ModelStorageV2inline
num_linear_constraints() constoperations_research::math_opt::ModelStorageV2inline
num_linear_objective_terms(ObjectiveId id) constoperations_research::math_opt::ModelStorageV2inline
num_quadratic_objective_terms(ObjectiveId id) constoperations_research::math_opt::ModelStorageV2inline
num_variables() constoperations_research::math_opt::ModelStorageV2inline
objective_name(ObjectiveId id) constoperations_research::math_opt::ModelStorageV2inline
objective_offset(ObjectiveId id) constoperations_research::math_opt::ModelStorageV2inline
objective_priority(ObjectiveId id) constoperations_research::math_opt::ModelStorageV2inline
operator=(const ModelStorageV2 &)=deleteoperations_research::math_opt::ModelStorageV2
quadratic_objective_coefficient(ObjectiveId id, VariableId first_variable, VariableId second_variable) constoperations_research::math_opt::ModelStorageV2inline
quadratic_objective_terms(ObjectiveId id) constoperations_research::math_opt::ModelStorageV2inline
set_is_maximize(ObjectiveId id, bool is_maximize)operations_research::math_opt::ModelStorageV2inline
set_linear_constraint_coefficient(LinearConstraintId constraint, VariableId variable, double value)operations_research::math_opt::ModelStorageV2inline
set_linear_constraint_lower_bound(LinearConstraintId id, double lower_bound)operations_research::math_opt::ModelStorageV2inline
set_linear_constraint_upper_bound(LinearConstraintId id, double upper_bound)operations_research::math_opt::ModelStorageV2inline
set_linear_objective_coefficient(ObjectiveId id, VariableId variable, double value)operations_research::math_opt::ModelStorageV2inline
set_maximize(ObjectiveId id)operations_research::math_opt::ModelStorageV2inline
set_minimize(ObjectiveId id)operations_research::math_opt::ModelStorageV2inline
set_objective_offset(ObjectiveId id, double value)operations_research::math_opt::ModelStorageV2inline
set_objective_priority(ObjectiveId id, int64_t value)operations_research::math_opt::ModelStorageV2inline
set_quadratic_objective_coefficient(ObjectiveId id, VariableId first_variable, VariableId second_variable, double value)operations_research::math_opt::ModelStorageV2inline
set_variable_as_continuous(VariableId id)operations_research::math_opt::ModelStorageV2inline
set_variable_as_integer(VariableId id)operations_research::math_opt::ModelStorageV2inline
set_variable_is_integer(VariableId id, bool is_integer)operations_research::math_opt::ModelStorageV2inline
set_variable_lower_bound(VariableId id, double lower_bound)operations_research::math_opt::ModelStorageV2inline
set_variable_upper_bound(VariableId id, double upper_bound)operations_research::math_opt::ModelStorageV2inline
SortedAuxiliaryObjectives() constoperations_research::math_opt::ModelStorageV2inline
SortedConstraints() constoperations_research::math_opt::ModelStorageV2
SortedLinearConstraints() constoperations_research::math_opt::ModelStorageV2
SortedVariables() constoperations_research::math_opt::ModelStorageV2
variable_lower_bound(VariableId id) constoperations_research::math_opt::ModelStorageV2inline
variable_name(VariableId id) constoperations_research::math_opt::ModelStorageV2inline
variable_upper_bound(VariableId id) constoperations_research::math_opt::ModelStorageV2inline
Variables() constoperations_research::math_opt::ModelStorageV2
variables() constoperations_research::math_opt::ModelStorageV2inline
variables_in_linear_constraint(LinearConstraintId constraint) constoperations_research::math_opt::ModelStorageV2inline
VariablesInConstraint(IdType id) constoperations_research::math_opt::ModelStorageV2inline