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

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

Add(double lower_bound, double upper_bound, bool is_integer, absl::string_view name)operations_research::math_opt::VariableStorage
AdvanceCheckpointInDiff(Diff &diff) constoperations_research::math_opt::VariableStorage
contains(VariableId id) constoperations_research::math_opt::VariableStorageinline
Delete(VariableId id, const iterator_range< DiffIter > &diffs)operations_research::math_opt::VariableStorage
diff_is_empty(const Diff &diff) constoperations_research::math_opt::VariableStorageinline
ensure_next_id_at_least(VariableId minimum)operations_research::math_opt::VariableStorageinline
is_integer(VariableId id) constoperations_research::math_opt::VariableStorageinline
lower_bound(VariableId id) constoperations_research::math_opt::VariableStorageinline
name(VariableId id) constoperations_research::math_opt::VariableStorageinline
next_id() constoperations_research::math_opt::VariableStorageinline
Proto() constoperations_research::math_opt::VariableStorage
set_integer(VariableId id, bool is_integer, const iterator_range< DiffIter > &diffs)operations_research::math_opt::VariableStorage
set_lower_bound(VariableId id, double lower_bound, const iterator_range< DiffIter > &diffs)operations_research::math_opt::VariableStorage
set_upper_bound(VariableId id, double upper_bound, const iterator_range< DiffIter > &diffs)operations_research::math_opt::VariableStorage
size() constoperations_research::math_opt::VariableStorageinline
SortedVariables() constoperations_research::math_opt::VariableStorage
Update(const Diff &diff) constoperations_research::math_opt::VariableStorage
upper_bound(VariableId id) constoperations_research::math_opt::VariableStorageinline
Variables() constoperations_research::math_opt::VariableStorage
VariablesFrom(VariableId start) constoperations_research::math_opt::VariableStorage