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

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

AddAuxiliaryObjective(int64_t priority, absl::string_view name)operations_research::math_opt::ObjectiveStorage
AdvanceCheckpointInDiff(VariableId variable_checkpoint, Diff &diff) constoperations_research::math_opt::ObjectiveStorage
AuxiliaryObjectives() constoperations_research::math_opt::ObjectiveStorage
Clear(ObjectiveId id, const iterator_range< DiffIter > &diffs)operations_research::math_opt::ObjectiveStorage
contains(AuxiliaryObjectiveId id) constoperations_research::math_opt::ObjectiveStorageinline
Delete(AuxiliaryObjectiveId id, const iterator_range< DiffIter > &diffs)operations_research::math_opt::ObjectiveStorage
DeleteVariable(VariableId variable, const iterator_range< DiffIter > &diffs)operations_research::math_opt::ObjectiveStorage
diff_is_empty(const Diff &diff) constoperations_research::math_opt::ObjectiveStorageinline
ensure_next_id_at_least(AuxiliaryObjectiveId minimum)operations_research::math_opt::ObjectiveStorageinline
linear_term(ObjectiveId id, VariableId v) constoperations_research::math_opt::ObjectiveStorageinline
linear_terms(ObjectiveId id) constoperations_research::math_opt::ObjectiveStorageinline
maximize(ObjectiveId id) constoperations_research::math_opt::ObjectiveStorageinline
name(ObjectiveId id) constoperations_research::math_opt::ObjectiveStorageinline
next_id() constoperations_research::math_opt::ObjectiveStorageinline
num_auxiliary_objectives() constoperations_research::math_opt::ObjectiveStorageinline
ObjectiveStorage(absl::string_view name={})operations_research::math_opt::ObjectiveStorageinlineexplicit
offset(ObjectiveId id) constoperations_research::math_opt::ObjectiveStorageinline
priority(ObjectiveId id) constoperations_research::math_opt::ObjectiveStorageinline
Proto() constoperations_research::math_opt::ObjectiveStorage
quadratic_term(ObjectiveId id, VariableId v1, VariableId v2) constoperations_research::math_opt::ObjectiveStorageinline
quadratic_terms(ObjectiveId id) constoperations_research::math_opt::ObjectiveStorageinline
set_linear_term(ObjectiveId id, VariableId variable, double value, const iterator_range< DiffIter > &diffs)operations_research::math_opt::ObjectiveStorage
set_maximize(ObjectiveId id, bool maximize, const iterator_range< DiffIter > &diffs)operations_research::math_opt::ObjectiveStorage
set_offset(ObjectiveId id, double offset, const iterator_range< DiffIter > &diffs)operations_research::math_opt::ObjectiveStorage
set_priority(ObjectiveId id, int64_t priority, const iterator_range< DiffIter > &diffs)operations_research::math_opt::ObjectiveStorage
set_quadratic_term(ObjectiveId id, VariableId v1, VariableId v2, double val, const iterator_range< DiffIter > &diffs)operations_research::math_opt::ObjectiveStorage
SortedAuxiliaryObjectives() constoperations_research::math_opt::ObjectiveStorage
Update(const Diff &diff, const absl::flat_hash_set< VariableId > &deleted_variables, absl::Span< const VariableId > new_variables) constoperations_research::math_opt::ObjectiveStorage